GraphicsCache.FillRectangle(Color, RectangleF) Method
Fills the interior of a rectangle specified by a RectangleF structure.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| color | Color | A Color structure that represents the color of this brush used to fill the rectangle. |
| rect | RectangleF | A RectangleF structure which represents the rectangle to fill. |
See Also