示例#1
0
 public static extern bool GetPhysicalCursorPos(out POINT cursorLocation);
示例#2
0
 public static extern int ClientToScreen(IntPtr hWnd, ref POINT lpPoint);
示例#3
0
文件: User32.cs 项目: zhk/greenshot
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, ref POINT lpPoints, [MarshalAs(UnmanagedType.U4)] int cPoints);
示例#4
0
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, ref POINT lpPoints, [MarshalAs(UnmanagedType.U4)] int cPoints);
示例#5
0
文件: User32.cs 项目: zhk/greenshot
 private static extern bool GetPhysicalCursorPos(out POINT cursorLocation);