Click or drag to resize

GraphicsFillRectangles Method (Brush, IEnumerableRectangleF)

Fills the specified rectangles

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void FillRectangles(
	Brush brush,
	IEnumerable<RectangleF> rectangles
)

Parameters

brush
Type: Eto.DrawingBrush
Brush to fill the rectangles
rectangles
Type: System.Collections.GenericIEnumerableRectangleF
Enumeration of rectangles to fill
See Also