internal static extern int DwmGetWindowAttribute(IntPtr hwnd, int dwAttribute, out WinRect pvAttribute, int cbAttribute);
 internal static extern bool GetWindowRect(IntPtr hWnd, out WinRect lpRect);