Exemplo n.º 1
0
		public static extern bool GetCursorPos(ref POINT lpPoint);
Exemplo n.º 2
0
		public static extern int MapWindowPoints(IntPtr hWnd, IntPtr hWndTo, ref POINT pt, int cPoints);
Exemplo n.º 3
0
		public static extern bool ClientToScreen(IntPtr hWnd, ref POINT lpPoint);
Exemplo n.º 4
0
		public static extern bool ScreenToClient(IntPtr hWnd, ref POINT lpPoint);
Exemplo n.º 5
0
		public static extern IntPtr WindowFromPoint(POINT point);