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