Polygon Constructor |
Name | Description | |
---|---|---|
![]() | Polygon(IEnumerablePolygonPoint) | Create a polygon from a list of at least 3 points with no duplicates. |
![]() | Polygon(IListPolygonPoint) | Create a polygon from a list of at least 3 points with no duplicates. |
![]() | Polygon(PolygonPoint) | Create a polygon from a list of at least 3 points with no duplicates. |