示例#1
0
 internal static extern bool GetWindowRect(IntPtr hwnd, ref NativeMethods.RECT rect);
示例#2
0
 public static extern bool GetWindowRect(NativeMethods.HWND hwnd, out NativeMethods.RECT rc);