Show / Hide Table of Contents

Method wnd.MapClientToScreen(+ 1 overload)


Overload

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

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

Remarks

Supports lastError.


Overload(top)

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

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

Remarks

Supports lastError.