GraphicsFillRectangle Method (Brush, RectangleF) |
Fills a rectangle with the specified brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void FillRectangle(
Brush brush,
RectangleF rectangle
)
Public Sub FillRectangle (
brush As Brush,
rectangle As RectangleF
)
member FillRectangle :
brush : Brush *
rectangle : RectangleF -> unit
Parameters
- brush
- Type: Eto.DrawingBrush
Brush to fill the rectangle - rectangle
- Type: Eto.DrawingRectangleF
Location for the rectangle
See Also