Show / Hide Table of Contents

Method wnd.MapScreenToClient(+ 1 overload)


Overload

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

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

Remarks

Supports lastError.


Overload(top)

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

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

Remarks

Supports lastError.