Click or drag to resize

GraphicsFillRectangles Method (Color, IEnumerableRectangleF)

Fills the specified rectangles

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

Parameters

color
Type: Eto.DrawingColor
Color to fill the rectangles
rectangles
Type: System.Collections.GenericIEnumerableRectangleF
Enumeration of rectangles to fill
See Also