RectangleD3D(PointD3D, VectorD3D) Constructor |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD3D(
PointD3D position,
VectorD3D size
)
Parameters
- position PointD3D
- The position of the left-top-front corner.
- size VectorD3D
- The size vector.
See Also