public static extern bool GetClientRect(IntPtr hWnd, out RECT lpRect);
public static extern bool GetWindowRect(HandleRef hwnd, out RECT rect);