| Polygon Constructor | 
 Overload List
Overload List| 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.
             | 
 See Also
See Also