Click or drag to resize

Polygon Constructor (Point)

Creates a new instance of Polygon with a single ring.

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

Parameters

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