Click or drag to resize

Polygon2d Constructor (IEnumerableLineSegment2d)

Creates a new instance of Polygon2d.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public Polygon2d(
	IEnumerable<LineSegment2d> segments
)

Parameters

segments
Type: System.Collections.GenericIEnumerableLineSegment2d
Segments sequence.
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if segments is null.
See Also