Property wnd.ClientRectInScreen Overload Gets client area rectangle (width and height) in screen. public RECT ClientRectInScreen { get; } Property Value RECT Remarks Calls wnd.GetClientRect. Returns default(RECT) if fails (eg window closed).