Polygon(IListPolygonPoint) 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(
IList<PolygonPoint> points
)
Parameters
- points IListPolygonPoint
- A list of unique points
See Also