| Polygon Constructor (IListPoint) | 
            Creates a new instance of 
Polygon with a sequence of rings.
            
 
Namespace: Dse.GeometryAssembly: Dse (in Dse.dll) Version: 2.2.0
Syntaxpublic Polygon(
	params IList<Point>[] points
)
Parameters
- points
 - Type: System.Collections.GenericIListPoint
The points of the single ring 
See Also