RectangleD3DWithSizeX Method |
Returns a new instance with
SizeX set to the provided value.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD3D WithSizeX(
double newSizeX
)
Parameters
- newSizeX Double
- The new size in x-direction.
Return Value
RectangleD3DA new rectangle with the updated x-size.
See Also