DXGraphics.FillRegion(DXBrush, DXRegion) Method
In This Article
Fills the interior of a region.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
brush | DXBrush | The brush used to fill the interior. |
region | DXRegion | The area to fill. |
See Also