視圖模塊
2022-09-13 17:33 1046 0
函數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 ) 視圖重繪 參見 返回 json_null ◆ script_view_all()gkl_json script_view_all(const gkl_json & param,gkl_string & errorStr ) 視口顯示全部范圍 參見 返回 json_null ◆ script_view_range()gkl_json script_view_range(const gkl_json & param,gkl_string & errorStr ) 視口顯示指定范圍 參見 參數 [in]json對象 { "left":0.2, //單位隨當前系統的單位設置 "right":1.23, "bottom":0.3, "top":2.0 } 返回 json_null |