Click or drag to resize

Graphics.FillRectangles Method (Brush, IEnumerable<RectangleF>)

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.Drawing.Brush
Brush to fill the rectangles
rectangles
Type: System.Collections.Generic.IEnumerable<RectangleF>
Enumeration of rectangles to fill
See Also