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

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

Parameters

lineSegment
Type: DigitalRune.Geometry.ShapesLineSegment
The line segment from which properties are copied.
See Also