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