FillRectangle(RectangleF,Color) Method
In This Topic
Fills a rectangle with a solid color.
Syntax
'Declaration
Public Overloads Sub FillRectangle( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Drawing.Color _
)
public void FillRectangle(
System.Drawing.RectangleF ,
System.Drawing.Color
)
Parameters
- bounds
- A System.Drawing.RectangleF structure that represents the rectangle to fill.
- color
- The fill color.
See Also