GraphicsCache.FillRectangle(Color, Rectangle) Method
Fills the specified rectangular area with the specified color.
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 value that specifies the filling color. |
| rect | Rectangle | A Rectangle value which represents the rectangle to be filled. |
See Also