[]
Draws the rectangle.
public override void Draw(Graphics g, Rectangle r)
Public Overrides Sub Draw(g As Graphics, r As Rectangle)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| Rectangle | r | Rectangle to draw. |