Click or drag to resize
DigitalRuneLineShape Constructor (Line)
Initializes a new instance of the LineShape class from a Line.

Namespace: DigitalRune.Geometry.Shapes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public LineShape(
	Line line
)

Parameters

line
Type: DigitalRune.Geometry.ShapesLine
The line structure from which properties are copied.
Exceptions
ExceptionCondition
ArgumentException The line direction is not normalized.
See Also