Scilab 5.4.1
- Scilab help
- GUI
- Tree
- about
- addmenu
- clipboard
- close
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- setlookandfeel
- setmenu
- toolbar
- toprint
- tree_show
- uicontextmenu
- uicontrol
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
root_properties
ルートオブジェクトプロパティの説明.
説明
ルートオブジェクトはコンピュータ画面プロパティを取得する際に
使用される仮想オブジェクトです.
このプロパティにアクセスするには最初の引数に0を
指定してget
関数をコールしてください.
- ルートプロパティ
- screensize_px:
画面の大きさ(単位:ピクセル)
- screensize_pt:
画面の大きさ(単位:ポイント)
- screensize_mm:
画面の大きさ(単位:ミリメートル)
- screensize_cm:
画面の大きさ(単位:センチメートル)
- screensize_in:
画面の大きさ(単位:インチ)
- screensize_norm:
正規化された画面の大きさ
- screendepth:
色をエンコードする際に使用される ビット数.
参照
- get — グラフィックエンティティまたはユーザーインターフェイスオブジェクト からプロパティの値を取得する.
Report an issue | ||
<< progressionbar | GUI | setlookandfeel >> |