コード例 #1
0
ファイル: User32API.cs プロジェクト: Joker0727/Ant
 public static extern bool ClientToScreen(IntPtr hWnd, ref tagPoint pt);
コード例 #2
0
ファイル: User32API.cs プロジェクト: Joker0727/Ant
 public static extern IntPtr RealChildWindowFromPoint(IntPtr hwndParent, tagPoint ptParentClientCoords);
コード例 #3
0
ファイル: User32API.cs プロジェクト: Joker0727/Ant
 public static extern IntPtr WindowFromPoint(tagPoint point);
コード例 #4
0
ファイル: User32API.cs プロジェクト: Joker0727/Ant
 public static extern IntPtr ChildWindowFromPointEx(IntPtr hWndParent, tagPoint pt, CWP uFlags);
コード例 #5
0
ファイル: User32API.cs プロジェクト: Joker0727/Ant
 public static extern bool ScreenToClient(IntPtr handle, ref tagPoint point);