| PathFigure2FSegments Property |
Gets the curve segments.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public PathSegment2FCollection Segments { get; }
Public ReadOnly Property Segments As PathSegment2FCollection
Get
public:
property PathSegment2FCollection^ Segments {
PathSegment2FCollection^ get ();
}
member Segments : PathSegment2FCollection with get
Property Value
Type:
PathSegment2FCollectionThe curve segments.
Remarks See Also