window クラス : Width(real) セッタ
説明
ウィンドウの幅を設定します。
構文
instance.Width = value;
代入値
クラス | 説明 |
real | ウィンドウの幅。 |
返り値
無し。
サンプルコード
1: | window w = new window(); |
2: | w.Width = 1000.0; |
注意
デバイス非依存ピクセル(DIP)で設定してください。
参照リンク
無し。
ウィンドウの幅を設定します。
instance.Width = value;
クラス | 説明 |
real | ウィンドウの幅。 |
無し。
1: | window w = new window(); |
2: | w.Width = 1000.0; |
デバイス非依存ピクセル(DIP)で設定してください。
無し。