GraphicsCache.FillRectangle(Brush, RectangleF) Method
Fills the interior of a rectangle specified by a RectangleF structure.
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 which represents the brush used to fill the rectangle. |
rect | RectangleF | A Rectangle value which represents the rectangle to fill. |
See Also