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