BOX
This 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 SET CURRENT BITMAP command.
SYNTAX
BOX Left,Top,Right,Bottom
BOX Left, Top, Right, Bottom, Color1, Color2, Color3, Color4
RELATED INFO
BASIC2D Commands Menu
Index
EXAMPLE
View Showcase Example
View Usage Example