Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
6.0.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> GUI > root_properties

root_properties

ルートオブジェクトプロパティの説明.

説明

ルートオブジェクトはコンピュータ画面プロパティを取得する際に 使用される仮想オブジェクトです. このプロパティにアクセスするには最初の引数に0を 指定してget関数をコールしてください.

ルートプロパティ
screensize_px:

画面の大きさ(単位:ピクセル)

screensize_pt:

画面の大きさ(単位:ポイント)

screensize_mm:

画面の大きさ(単位:ミリメートル)

screensize_cm:

画面の大きさ(単位:センチメートル)

screensize_in:

画面の大きさ(単位:インチ)

screensize_norm:

正規化された画面の大きさ

screendepth:

色をエンコードする際に使用される ビット数.

get(0, "screensize_px")
get(0, "screendepth")

参照

  • get — グラフィックエンティティまたはユーザーインターフェイスオブジェクト からプロパティの値を取得する.
Report an issue
<< progressionbar GUI saveGui >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Feb 14 15:10:32 CET 2017