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

GraphicsCache.FillRectangle(Color, RectangleF) Method

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

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