Пример #1
0
 public static extern bool GetClientRect(IntPtr hwnd, ref RECT rectangle);
Пример #2
0
 public static extern IntPtr SendMessage(IntPtr hWnd, int uMsg, IntPtr wParam, ref RECT lParam);
Пример #3
0
 public static extern bool GetWindowRect(IntPtr hwnd, ref RECT rectangle);
Пример #4
0
 public static extern bool GetWindowRect(IntPtr hwnd, out RECT lpRect);