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

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

Parameters

lineShape
Type: DigitalRune.Geometry.ShapesLineShape
The LineShape from which properties are copied.
Exceptions
ExceptionCondition
ArgumentNullExceptionlineShape is .
See Also