internal static extern bool GetWindowRect(IntPtr hwnd, ref NativeMethods.RECT rect);
 public static extern bool GetWindowRect(NativeMethods.HWND hwnd, out NativeMethods.RECT rc);