| Polygon Constructor (Point) | 
            Creates a new instance of 
Polygon with a single ring.
            
 
Namespace: Dse.GeometryAssembly: Dse (in Dse.dll) Version: 2.4.0
Syntaxpublic Polygon(
	params Point[] points
)
Parameters
- points
 - Type: Dse.GeometryPoint
The points of the single ring 
See Also