'Declaration
Public Overloads Sub FillRectangle( _ ByVal brush As Brush, _ ByVal rc As RectangleF _ )
public void FillRectangle( Brush brush, RectangleF rc )
Parameters
- brush
- The object that determines the color used to fill the rectangle.
- rc
- A rectangle structure that represents the rectangle to fill.