DXGraphicsPath.GetPathData() Method
Gets a path data (a list of points and types) for this GraphicsPath.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v26.1.dll
Declaration
Returns
| Type | Description |
|---|---|
| DXGraphicsPathData | An object that contains path data. |
See Also