DXGraphicsPathData.Clone() Method
In This Article
Clones the current DXGraphicsPathData
object.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXGraphicsPathData Clone()
#Returns
Type | Description |
---|---|
DXGraphics |
A copy of the |
See Also