Click or drag to resize

IPolygonD2DPoints Property

Gets the points that form the closed polygon.

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

Property Value

IListPointD2D
The points.
See Also