Back to Devexpress

DXGraphicsPath.GetPathData() Method

corelibraries-devexpress-dot-drawing-dot-dxgraphicspath-87f84eab.md

latest1.0 KB
Original Source

DXGraphicsPath.GetPathData() Method

Gets a path data (a list of points and types) for this GraphicsPath.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXGraphicsPathData GetPathData()
vb
Public Function GetPathData As DXGraphicsPathData

Returns

TypeDescription
DXGraphicsPathData

An object that contains path data.

|

See Also

DXGraphicsPath Class

DXGraphicsPath Members

DevExpress.Drawing Namespace