Show / Hide Table of Contents

Method wnd.GetRectIn


Overload

Gets rectangle of this window (usually control) relative to the client area of another window (usually parent).

public bool GetRectIn(wnd w, out RECT r)
Parameters
w  (wnd)

Parent, ancestor or any other window or control. If default(wnd), gets rectangle in screen.

r  (RECT)

Receives the rectangle.

Returns
bool

Remarks

Supports lastError.

See Also

wnd.RectInDirectParent
wnd.RectInWindow