GraphicsCache.FillRectangles(Color, RectangleF[]) Method
Fills the interiors of 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 |
---|---|---|
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