public User32Rect GetClientRect() { User32Rect rect; unsafe { User32APIs.GetClientRect(Hwnd, &rect); } return(rect); }