Click or drag to resize

Polygon Constructor (Point)

Creates a new instance of Polygon with a single ring.

Namespace:  Cassandra.Geometry
Assembly:  Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
public Polygon(
	params Point[] points
)

Parameters

points
Type: Cassandra.GeometryPoint
The points of the single ring
See Also