DQBboxf
SUB

Prototype

DECLARE SUB DQBboxf (BYVAL Layer, BYVAL x1, BYVAL y1, BYVAL x2, BYVAL y2,
                     BYVAL Col)

Parameters

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

Returns

none

Description

Same as DQBbox, but draws a full box filled with Col color.

Notes:

See DQBbox.

Example

See DQBbox example