GraphicsFillRectangles Method (Brush, RectangleF)
Fills the interiors of a series of rectangles specified by RectangleF structures.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public void FillRectangles(
	Brush brush,
	RectangleF[] rects
)

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
ExceptionCondition
ArgumentNullExceptionbrush is null or rects is null.
See Also