GraphicsCache.DrawRectangles(RectangleF[], Color, Int32) Method
Draws a series of rectangles specified by RectangleF structures.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
rects | RectangleF[] | Array of RectangleF 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