Polygon(PolygonPoint) Constructor |
Create a polygon from a list of at least 3 points with no duplicates.
Namespace: Poly2TriAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Polygon(
params PolygonPoint[] points
)
Parameters
- points PolygonPoint
- A list of unique points.
See Also