[]
Draws a rectangle area based on height.
protected void DrawVert(Graphics g, Rectangle r)
Protected Sub DrawVert(g As Graphics, r As Rectangle)
| Type | Name | Description |
|---|---|---|
| Graphics | g | A Graphics object that encapsulates a GDI+ drawing surface. |
| Rectangle | r | Rectangle area to draw. |