| Polygon Constructor |
| Name | Description | |
|---|---|---|
| Polygon |
Creates a new instance of Polygon with no rings (empty).
| |
| Polygon(Point) |
Creates a new instance of Polygon with a single ring.
| |
| Polygon(IListPoint) |
Creates a new instance of Polygon with a sequence of rings.
| |
| Polygon(IListIListPoint) |
Creates a new instance of Polygon using multiple rings.
|