Example #1
0
 public static extern bool GetClientRect(IntPtr hWnd, out RECT lpRect);
Example #2
0
 public static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);
Example #3
0
 public static extern int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, ref RECT rect, [MarshalAs(UnmanagedType.U4)] int cPoints);
Example #4
0
 public static extern IntPtr MonitorFromRect(ref RECT lprc, MonitorOptions dwFlags);
Example #5
0
 public static unsafe extern bool EnumDisplayMonitors(IntPtr hdc, RECT* lprcClip, MONITORENUMPROC lpfnEnum, void* dwData);