コード例 #1
0
 public static extern IntPtr WindowFromPoint(NativeStructs.POINT Point);
コード例 #2
0
 public static extern IntPtr ChildWindowFromPoint(IntPtr hWndParent, NativeStructs.POINT Point);
コード例 #3
0
 public static extern bool ScreenToClient(IntPtr hWnd, ref NativeStructs.POINT lpPoint);