Initializes a new instance of the Polygon class with the specified initial properties.

Overload List

  NameDescription
Polygon()()()
Initializes a new instance of the Polygon class.
Polygon(CoordinateSystem)
Initializes a new instance of the Polygon class, applying the specified CoordinateSystem.
Polygon(IEnumerable<(Of <(Point>)>))
Initializes a new instance of the Polygon class, adding the specified Point objects.
Polygon(IEnumerable<(Of <(Point>)>), CoordinateSystem)
Initializes a new instance of the Polygon class, adding the specified points and applying the specified CoordinateSystem.

Remarks

Overloaded constructors are available for efficient Polygon creation and definition of spatial location.

See Also