系统函数 ConsoleLib.drawBoxWithColor 在活动窗口中从左上角开始绘制矩形,row, column 对应头两个整数,depth, width 对应接下来的两个整数。row 和 column 与当前窗口的左上角相关联。将以指定颜色绘制矩形。
ConsoleLib.drawBoxWithColor( row INT in, column INT in, depth INT in, width INT in, color enumerationColorKind in)
相关概念
EGL 函数的语法图
相关参考
EGL 库 ConsoleLib