Graphics.FillRectangles
Contents
[
Hide
]FillRectangles(Brush, Rectangle[])
Fills the interiors of a series of rectangles specified by Rectangle structures.
public void FillRectangles(Brush brush, Rectangle[] rects)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
rects | Rectangle[] | Array of Rectangle structures that represent the rectangles to fill. |
See Also
- class Brush
- struct Rectangle
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
FillRectangles(Brush, RectangleF[])
Fills the interiors of a series of rectangles specified by RectangleF structures.
public void FillRectangles(Brush brush, RectangleF[] rects)
Parameter | Type | Description |
---|---|---|
brush | Brush | Brush that determines the characteristics of the fill. |
rects | RectangleF[] | Array of RectangleF structures that represent the rectangles to fill. |
See Also
- class Brush
- struct RectangleF
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing