GraphicsPath.Segments Property
Obtains a list of segments that define the graphics path.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IList<GraphicsPathSegment> | A list of segments that define the graphics path. |
See Also