[]
Draws a rectangle area based on width.
protected void DrawHor(Graphics g, Rectangle r)
Protected Sub DrawHor(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. |