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