Skip to main content

GraphicsCache.FillRectangle(Color, 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(
    Color color,
    RectangleF rect
)

Parameters

Name Type Description
color Color

A Color structure that represents the color of this brush used to fill the rectangle.

rect RectangleF

A RectangleF structure which represents the rectangle to fill.

See Also