GlobalsBridgeWindowFromPoint メソッド (Int32, Int32)

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

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

パラメーター

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

戻り値

型: IntPtr
ウィンドウハンドル

実装

IGlobalsWindowFromPoint(Int32, Int32)
関連項目