drawBox()

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)
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.

Related reference
EGL library ConsoleLib

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