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