Esempio n. 1
0
 public static extern bool SystemParametersInfo(int nAction, int nParam, ref GDI32.RECT rc, int nUpdate);
Esempio n. 2
0
 public static extern bool GetWindowRect(IntPtr hwnd, out GDI32.RECT lpRect);
Esempio n. 3
0
 public static extern IntPtr MonitorFromRect(ref GDI32.RECT rect, int flags);