Property wnd.ClientRect
Overload
Gets client area rectangle (width and height).
public RECT ClientRect { get; }
Property Value
Remarks
The left and top fields are always 0.
Calls wnd.GetClientRect. Returns default(RECT)
if fails (eg window closed).