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