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