Show / Hide Table of Contents

Method wnd.GetClientRect


Overload

Gets client area rectangle.

public bool GetClientRect(out RECT r, bool inScreen = false)
Parameters
r  (RECT)

Receives the rectangle. Will be default(RECT) if failed.

inScreen  (bool)

Get rectangle in screen coordinates; like wnd.GetWindowAndClientRectInScreen but faster. If false (default), calls API GetClientRect; the same as wnd.ClientRect.

Returns
bool

Remarks

Supports lastError.