Polygon Constructor (IListIListPoint) | 
 
            Creates a new instance of 
Polygon using multiple rings.
            
 
    Namespace: 
   Cassandra.Geometry
    Assembly:
   Cassandra (in Cassandra.dll) Version: 3.13.0
Syntaxpublic Polygon(
	IList<IList<Point>> rings
)
Parameters
- rings
 - Type: System.Collections.GenericIListIListPoint
The polygon rings 
See Also