Show / Hide Table of Contents

Method wnd.MapClientToWindow(+ 1 overload)


Overload

Converts coordinates relative to the client area of this window to coordinates relative to the top-left corner of this window.

public bool MapClientToWindow(ref POINT p)
Parameters
p  (POINT)
Returns
bool

Remarks

Supports lastError.


Overload(top)

Converts coordinates relative to the client area of this window to coordinates relative to the top-left corner of this window.

public bool MapClientToWindow(ref RECT r)
Parameters
r  (RECT)
Returns
bool

Remarks

Supports lastError.