Click or drag to resize

PolylineSegment Constructor (LineSegment2d)

Creates a new instance of PolylineSegment.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public PolylineSegment(
	LineSegment2d line
)

Parameters

line
Type: LineSegment2d
An instance of LineSegment2d.
See Also