- brush
- System.Drawing.Brush that determines the characteristics of the fill.
- x
- The x-coordinate of the upper-left corner of the rectangle to fill.
- y
- The y-coordinate of the upper-left corner of the rectangle to fill.
- width
- Width of the rectangle to fill.
- height
- Height of the rectangle to fill.
This method fills the interior of the rectangle defined by the x, y, width, and height parameters, including the specified upper-left corner and up to the calculated lower and bottom edges.