Skip to main content

GraphicsCache.FillRectangle(Color, Rectangle) Method

Fills the specified rectangular area with the specified color.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void FillRectangle(
    Color color,
    Rectangle rect
)

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