| Visual Basic (Declaration) | |
|---|---|
Public Sub DrawContent( _ ByVal graphics As Graphics, _ ByVal rectangle As Rectangle _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- graphics
- The specified graphics object.
- rectangle
- The rectangle to draw.
OnPaint calls this method.