Click or drag to resize

Polygon2d Constructor (IEnumerablePoint2d)

Creates a new instance of Polygon2d.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Polygon2d(
	IEnumerable<Point2d> vertices
)

Parameters

vertices
Type: System.Collections.GenericIEnumerablePoint2d
Vertices sequence.
See Also