GraphicsCache.DrawPath(Pen, GraphicsPath) Method
Draws a GraphicsPath.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pen | Pen | Pen that determines the color, width, and style of the path. |
| path | GraphicsPath | GraphicsPath to draw. |
See Also