Skip to main content

GraphicsCache.DrawRectangles(Rectangle[], Color, Int32) Method

Draws 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 DrawRectangles(
    Rectangle[] rects,
    Color color,
    int thickness
)

Parameters

Name Type Description
rects Rectangle[]

Array of Rectangle structures that represent the rectangles to draw.

color Color

A Color structure that indicates the color of the Pen used to draw the rectangles.

thickness Int32

A value indicating the width of the Pen used to draw the rectangles.

See Also