Skip to main content

GraphicsCache.FillRectangles(Color, Rectangle[]) Method

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

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void FillRectangles(
    Color color,
    Rectangle[] 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 Rectangle[]

Array of Rectangle structures that represent the rectangles to fill.

See Also