GraphicsCache.FillRectangles(Brush, RectangleF[]) Method
Fills the interiors of multiple rectangles. This method is the HDPI-compatible counterpart of the standard Graphics.FillRectangles method.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
brush | Brush | The brush that specifies fill settings. |
rects | RectangleF[] | Rectangles that should be filled. |
See Also