DXGraphics.DrawPath(DXPen, DXGraphicsPath) Method
In This Article
Draws a DXGraphicsPath object.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public void DrawPath(
DXPen pen,
DXGraphicsPath dxPath
)
#Parameters
Name | Type | Description |
---|---|---|
pen | DXPen | An object that determines the color, width, and style of the path. |
dx |
DXGraphics |
A series of connected lines and curves. |
See Also