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