GraphicsCache.FillRectangle(AppearanceObject, Rectangle) Method
Fills the interior of a rectangle specified by a Rectangle structure.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
appearanceObject | AppearanceObject | An AppearanceObject object specifying the background color used to fill the rectangle. |
bounds | Rectangle | A Rectangle structure which represents the rectangle to fill. |
See Also