Click or drag to resize
DigitalRuneLineSegment Constructor (LineSegmentShape)
Initializes a new instance of LineSegment from a LineSegmentShape.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public LineSegment(
	LineSegmentShape lineSegmentShape
)

Parameters

lineSegmentShape
Type: DigitalRune.Geometry.ShapesLineSegmentShape
The line segment from which properties are copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionlineSegmentShape is .
See Also