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
)
Public Sub FillRectangles (
color As Color,
rectangles As IEnumerable(Of RectangleF)
)
member FillRectangles :
color : Color *
rectangles : IEnumerable<RectangleF> -> unit
Parameters
- color
- Type: Eto.DrawingColor
Color to fill the rectangles - rectangles
- Type: System.Collections.GenericIEnumerableRectangleF
Enumeration of rectangles to fill
See Also