예제 #1
0
파일: User32.cs 프로젝트: ummterry/Clipoff
 public static extern int MapWindowPoints(IntPtr hwndFrom, IntPtr hwndTo, ref POINT lpPoints, [MarshalAs(UnmanagedType.U4)] int cPoints);
예제 #2
0
파일: User32.cs 프로젝트: ummterry/Clipoff
 public static extern bool GetPhysicalCursorPos(out POINT cursorLocation);