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