函数
gkl_json script_redraw (const gkl_json ¶m, gkl_string &errorStr) 视图重绘 更多... gkl_json script_view_all (const gkl_json ¶m, gkl_string &errorStr) 视口显示全部范围 更多... gkl_json script_view_range (const gkl_json ¶m, gkl_string &errorStr) 视口显示指定范围 更多... 详细描述函数说明◆ script_redraw()gkl_json script_redraw(const gkl_json & param,gkl_string & errorStr ) 视图重绘 参见 script_redraw() 返回 json_null ◆ script_view_all()gkl_json script_view_all(const gkl_json & param,gkl_string & errorStr ) 视口显示全部范围 参见 script_view_all() 返回 json_null ◆ script_view_range()gkl_json script_view_range(const gkl_json & param,gkl_string & errorStr ) 视口显示指定范围 参见 script_view_range() 参数 [in]json对象 {
"left":0.2, //单位随当前系统的单位设置
"right":1.23,
"bottom":0.3,
"top":2.0
}
返回 json_null |