DXGraphics.FillPath(DXBrush, DXGraphicsPath) Method
In This Article
Fills the interior of the specified path.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public void FillPath(
DXBrush brush,
DXGraphicsPath path
)
#Parameters
Name | Type | Description |
---|---|---|
brush | DXBrush | The brush used to fill the path. |
path | DXGraphics |
A path to fill. |
See Also