FillRectangles Method
FillRectangles(Brush, Rect[])
Fills a series of rectangles specified by Rect structures.
Declaration
public void FillRectangles(Brush brush, Rect[] rects)
Parameters
Type | Name | Description |
---|---|---|
Brush | brush | Brush that determines the characteristics of the fill. |
Rect[] | rects | Array of Rect structures that represent the rectangles to fill. |