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