Click or drag to resize

RectangleD2DVertices Property

Gets the vertices in binary order (x: 0th digit, y: 1st digit).

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IEnumerable<PointD2D> Vertices { get; }

Property Value

IEnumerablePointD2D
The vertices of this rectangle.
See Also