winframe クラス : Left ゲッタ

説明

スクリーンの左端とウインドウの左端の距離を取得します。

構文

winframeInstance.Left

引数

無し。

返り値

クラス説明
intスクリーンの左端とウインドウの左端の距離。

サンプルコード

1:

wfpool wfp;

2:

winframe winframeIns = wfp.GetActive(); // Gets a window that has focus.

3:

int x = winframeIns.Left;

注意

単位は物理ピクセルです。

参照リンク

無し。

Copyright © Cooker All rights reserved.