Show / Hide Table of Contents

Method wnd.MapClientToClientOf(+ 1 overload)


Overload

Converts coordinates relative to the client area of this window to coordinates relative to the client area of window w.

public bool MapClientToClientOf(wnd w, ref RECT r)
Parameters
w  (wnd)
r  (RECT)
Returns
bool

Remarks

Supports lastError.


Overload(top)

Converts coordinates relative to the client area of this window to coordinates relative to the client area of window w.

public bool MapClientToClientOf(wnd w, ref POINT p)
Parameters
w  (wnd)
p  (POINT)
Returns
bool

Remarks

Supports lastError.