Click or drag to resize

RectangleD3DWithSize Method

Returns a new instance with the specified size.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleD3D WithSize(
	VectorD3D newSize
)

Parameters

newSize  VectorD3D
The new size vector.

Return Value

RectangleD3D
A new rectangle with the updated size.
See Also