Click or drag to resize
DigitalRunePathFigure2FSegments Property
Gets the curve segments.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public PathSegment2FCollection Segments { get; }

Property Value

Type: PathSegment2FCollection
The curve segments.
Remarks
Curve segments need to be added to the Segments collection. A curve segment is any object that implements ICurve<float, Vector2F>. Examples: LineSegment2F, BezierSegment2F, Path2F, etc.
See Also