Skip to main content
All docs
V24.2

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
DXGraphicsPathData

An object that contains path data.

See Also