예제 #1
0
 internal static extern bool ScreenToClient(IntPtr hWnd, ref POINT point);
예제 #2
0
 internal static extern bool ClientToScreen(IntPtr hWnd, ref POINT point);
예제 #3
0
 internal static extern bool GetCursorPos(ref POINT point);