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