winframe クラス : Width ゲッタ
説明
ウインドウの幅を取得します。
構文
winframeInstance.Width
引数
無し。
返り値
| クラス | 説明 |
| int | ウインドウの幅。 |
サンプルコード
| 1: | wfpool wfp; |
| 2: | winframe winframeIns = wfp.GetActive(); // Gets a window that has focus. |
| 3: | int w = winframeIns.Width; |
注意
単位は物理ピクセルです。
参照リンク
無し。


