public static extern int DwmGetWindowAttribute(IntPtr hwnd, int dwAttribute, out RECT pvAttribute, int cbAttribute);
 public static extern bool GetClientRect(IntPtr hWnd, out RECT lpRect);
 public static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);