Skip to main content

GraphicsCache.FillRectangles(Color, RectangleF[]) Method

Fills the interiors of a series of rectangles specified by RectangleF structures.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void FillRectangles(
    Color color,
    RectangleF[] rects
)

Parameters

Name Type Description
color Color

A Color structure that indicates the color of the Brush from the current cache that determines the characteristics of the fill.

rects RectangleF[]

Array of RectangleF structures that represent the rectangles to fill.

See Also