Paint Method
Paint(Graphics, Rectangle)
Paints the child control container.
Declaration
public void Paint(Graphics g, Rectangle r)
Public Sub Paint(g As Graphics, r As Rectangle)
Parameters
Type |
Name |
Description |
Graphics |
g |
Graphics context object
|
Rectangle |
r |
Rectangle for drawing
|