Click or drag to resize
Polygon Constructor (IListPoint)
Creates a new instance of Polygon with a sequence of rings.

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

Parameters

points
Type: System.Collections.GenericIListPoint
The points of the single ring
See Also