IGlobalsWindowFromPoint メソッド (Int32, Int32)

指定した座標にあるウィンドウのハンドルを取得します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
IntPtr WindowFromPoint(
	int x,
	int y
)

パラメーター

x
型: SystemInt32
横の座標
y
型: SystemInt32
縦の座標

戻り値

型: IntPtr
ウィンドウハンドル
関連項目