The system function ConsoleLib.drawBoxWithColor draws a rectangle in the active window with the upper-left corner at row, columnn 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. The rectangle is drawn in the specified color.
ConsoleLib.drawBoxWithColor( row INT in, column INT in, depth INT in, width INT in, color enumerationColorKind in)
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib