Syntax
dbBox(Left, Top, Right, Bottom [,Color1, Color2, Color3, Color4])Description
See AlsoThis command will draw a filled box on screen in the current ink color. The command requires the top left and bottom right coordinates of the box. The parameters should be specified using integer values. You can also draw to a bitmap, by using the dbSetCurrentBitmap command.