drawBoxWithColor()

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)
row
The row number relative to the uper left corner of the window.
column
The column number relative to the uper left corner of the window.
depth
The depth or height of the box.
width
The width of the box.
color
The color of the box.

Related reference
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.