接口版本:

版本号 制定人 制定日期 修订日期 支持平台 说明
1.0.0 blue 2019-03-20 2019-03-20 GA
GXSIM for GE
创建

this库必须在event回调函数中使用

方法名 返回值 说明
this.spComBox() nil 向屏幕绘制一个框体
参数名 类型 说明
xpos number 左上横坐标
ypos number 左上纵坐标
xpos2 number 右下横坐标
ypos2 number 右下纵坐标
color number 框颜色
mode number 输出类型 #0 空心框 #1 实体框

函数示例:

示例:
this.spComBox(10,10,20,20,1,0);
文档更新时间: 2019-07-30 12:36   作者:admin