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