Click or drag to resize

Polygon(IListPolygonPoint) Constructor

Create a polygon from a list of at least 3 points with no duplicates.

Namespace: Poly2Tri
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Polygon(
	IList<PolygonPoint> points
)

Parameters

points  IListPolygonPoint
A list of unique points
See Also