| PathFigure3FSegments 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 PathSegment3FCollection Segments { get; }
Public ReadOnly Property Segments As PathSegment3FCollection
Get
public:
property PathSegment3FCollection^ Segments {
PathSegment3FCollection^ get ();
}
member Segments : PathSegment3FCollection with get
Property Value
Type:
PathSegment3FCollectionThe curve segments.
Remarks See Also