| GraphicsFillRectangles Method (Brush, RectangleF) |
Fills the interiors of a series of rectangles specified by
RectangleF structures.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic void FillRectangles(
Brush brush,
RectangleF[] rects
)
Public Sub FillRectangles (
brush As Brush,
rects As RectangleF()
)
public:
void FillRectangles(
Brush^ brush,
array<RectangleF>^ rects
)
member FillRectangles :
brush : Brush *
rects : RectangleF[] -> unit
Parameters
- brush
- Type: Aspose.PSDBrush
Brush that determines the characteristics of the fill. - rects
- Type: Aspose.PSDRectangleF
Array of Rectangle structures that represent the rectangles to fill.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | brush is null or rects is null. |
See Also