Click or drag to resize

Polygon(PolygonPoint) 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(
	params PolygonPoint[] points
)

Parameters

points  PolygonPoint
A list of unique points.
See Also