Skip to main content

GraphicsCache.FillRectangles Method

Name Parameters Description
FillRectangles(Brush, RectangleF[]) brush, rects Fills the interiors of multiple rectangles. This method is the HDPI-compatible counterpart of the standard Graphics.FillRectangles method.
FillRectangles(Color, Rectangle[]) color, rects Fills the interiors of a series of rectangles specified by Rectangle structures.
FillRectangles(Color, RectangleF[]) color, rects Fills the interiors of a series of rectangles specified by RectangleF structures.