window クラス : Width ゲッタ
説明
ウィンドウの幅を返します。
構文
instance.Width
引数
無し。
返り値
クラス | 説明 |
real | ウィンドウの幅。 |
サンプルコード
1: | window w = new window(); |
2: | real width = w.Width; |
注意
返り値は、デバイス非依存ピクセル(DIP)です。
参照リンク
無し。
ウィンドウの幅を返します。
instance.Width
無し。
クラス | 説明 |
real | ウィンドウの幅。 |
1: | window w = new window(); |
2: | real width = w.Width; |
返り値は、デバイス非依存ピクセル(DIP)です。
無し。