예제 #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);