Skip to main content
All docs
V25.1
  • 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.v25.1.dll

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

    Declaration

    public void FillRectangles(
        Brush brush,
        RectangleF[] rects
    )

    Parameters

    Name Type Description
    brush Brush

    The brush that specifies fill settings.

    rects RectangleF[]

    Rectangles that should be filled.

    See Also