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