'Declaration
Public Overloads Sub DrawRectangle( _ ByVal pen As Pen, _ ByVal rc As RectangleF _ )
public void DrawRectangle( Pen pen, RectangleF rc )
Parameters
- pen
- System.Drawing.Pen object that determines the color, width, and style of the rectangle.
- rc
- A rectangle structure that represents the rectangle to draw.