| LineSegmentLength Property |
Gets the length.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float Length { get; }
Public ReadOnly Property Length As Single
Get
public:
property float Length {
float get ();
}
member Length : float32 with get
Property Value
Type:
SingleThe length.
See Also