[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Draw filled 3-dimensional rectangle
Source position: graphh.inc line 785
procedure Bar3D( |
x1: SmallInt; |
y1: SmallInt; |
x2: SmallInt; |
y2: SmallInt; |
depth: Word; |
top: Boolean |
); |
Bar3d draws a 3-dimensional Bar with corners at (X1,Y1) and (X2,Y2) and fills it with the current color and fill-style. Depth specifies the number of pixels used to show the depth of the bar.
If Top is true; then a 3-dimensional top is drawn.
None.
|
Draw filled rectangle |
|
|
Draw a rectangle on the screen. |