| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Draw a rectangle on the screen.
Source position: graphh.inc line 783
| procedure Rectangle( | 
| x1: SmallInt; | 
| y1: SmallInt; | 
| x2: SmallInt; | 
| y2: SmallInt | 
| ); | 
Draws a rectangle with corners at (X1,Y1) and (X2,Y2), using the current color and style.
None.
| 
 | Draw filled rectangle | |
| 
 | Draw filled 3-dimensional rectangle |