RectangleD2D(PointD2D, PointD2D) Constructor |
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RectangleD2D(
PointD2D position,
PointD2D size
)
Parameters
- position PointD2D
- The position.
- size PointD2D
- The size.
See Also