Skip to main content

GraphicsCache.FillRectangle(Brush, RectangleF) Method

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void FillRectangle(
    Brush brush,
    RectangleF rect
)

Parameters

Name Type Description
brush Brush

A Brush object which represents the brush used to fill the rectangle.

rect RectangleF

A Rectangle value which represents the rectangle to fill.

See Also