Skip to main content
A newer version of this page is available. .

GraphicsCache.FillRectangle(AppearanceObject, Rectangle) Method

Fills the interior of a rectangle specified by a Rectangle structure.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void FillRectangle(
    AppearanceObject appearanceObject,
    Rectangle bounds
)

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