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