DXGraphics.FillPath(DXBrush, DXGraphicsPath) Method
Fills the interior of the specified path.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| brush | DXBrush | The brush used to fill the path. |
| path | DXGraphicsPath | A path to fill. |
See Also