Esempio n. 1
0
 public static extern bool GetClientRect(IntPtr hwnd, ref RECT rectangle);
Esempio n. 2
0
 public static extern IntPtr SendMessage(IntPtr hWnd, int uMsg, IntPtr wParam, ref RECT lParam);
Esempio n. 3
0
 public static extern bool GetWindowRect(IntPtr hwnd, ref RECT rectangle);
Esempio n. 4
0
 public static extern bool GetWindowRect(IntPtr hwnd, out RECT lpRect);