window クラス : Width(int) セッタ

説明

ウィンドウの幅を設定します。

構文

instance.Width = value;

代入値

クラス説明
intウィンドウの幅。

返り値

無し。

サンプルコード

1:

window w = new window();

2:

w.Width = 1000;

注意

デバイス非依存ピクセル(DIP)で設定してください。

参照リンク

無し。

Copyright © Cooker All rights reserved.