[]
Performs painting of contents to graphics with the specified size.
public void Render(Graphics g, Rectangle r)
Public Sub Render(g As Graphics, r As Rectangle)
Type | Name | Description |
---|---|---|
Graphics | g | Graphics device interface for painting the contents |
Rectangle | r | Rectangle from which to render |