RectangleD3DWithSizePlus Method |
Returns a new instance with the specified size offset applied.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD3D WithSizePlus(
VectorD3D sizeOffset
)
Parameters
- sizeOffset VectorD3D
- The size offset.
Return Value
RectangleD3DA new rectangle with the updated size.
See Also