DECLARE SUB DQBboxf (BYVAL Layer, BYVAL x1, BYVAL y1, BYVAL x2, BYVAL y2,
BYVAL Col)
Layer - Layer where to draw the box
x1 - Upper left corner x coordinate
y1 - Upper left corner y coordinate
x2 - Lower right corner x coordinate
y2 - Lower right corner y coordinate
Col - Drawing color
none
Same as DQBbox, but draws a full box filled with Col color.
See DQBbox.
See DQBbox example