RectangleD3DWithSize Method |
Returns a new instance with the specified size.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD3D WithSize(
VectorD3D newSize
)
Parameters
- newSize VectorD3D
- The new size vector.
Return Value
RectangleD3DA new rectangle with the updated size.
See Also