ConsoleLib.drawBoxWithColor

控制台用户界面函数 ConsoleLib.drawBoxWithColor 在活动窗口中从左上角开始绘制矩形,row, column 对应头两个整数,depth, width 对应接下来的两个整数。row 和 column 与当前窗口的左上角相关联。将以指定颜色绘制矩形。


consoleLib.drawBoxWithColor
integer row
声明为整数的行。
integer column
声明为整数的列。
integer depth
声明为整数的深度(或高度)。
integer width
声明为整数的宽度。
ColorKind
用来绘制边框的颜色。

相关参考
控制台库

使用条款 | 反馈
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.