RectangleD2DVertices Property |
Gets the vertices in binary order (x: 0th digit, y: 1st digit).
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IEnumerable<PointD2D> Vertices { get; }
Property Value
IEnumerablePointD2D
The vertices of this rectangle.
See Also