Polygon Constructor (IListIListPoint) |
Creates a new instance of
Polygon using multiple rings.
Namespace: Dse.GeometryAssembly: Dse (in Dse.dll) Version: 2.1.0
Syntax public Polygon(
IList<IList<Point>> rings
)
Parameters
- rings
- Type: System.Collections.GenericIListIListPoint
The polygon rings
See Also