GraphicsCache.FillPath(Brush, GraphicsPath) Method
Fills the interior of a GraphicsPath.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| brush | Brush | Brush that determines the characteristics of the fill. |
| path | GraphicsPath | GraphicsPath that represents the path to fill. |
See Also