RectangleD2DLocation Property |
Gets or sets the location (of the left-top corner of the rectangle).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PointD2D Location { get; set; }
Property Value
PointD2D
The location.
See Also