The system function ConsoleLib.drawBox draws a rectangle in the active window with the upper-left corner at row, column for the first two integers and depth, width for the next two integers. The row and column are relative to the upper-left corner of the current window.
ConsoleLib.drawBox( row INT in, column INT in, depth INT in, width INT in)
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib