Click or drag to resize
Polygon Constructor (IList<IList<Point>>)
Creates a new instance of Polygon using multiple rings.

Namespace: Dse.Geometry
Assembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax
C#
public Polygon(
	IList<IList<Point>> rings
)

Parameters

rings
Type: System.Collections.Generic.IList<IList<Point>>
The polygon rings
See Also