Show / Hide Table of Contents

Method wnd.MapWindowToScreen(+ 1 overload)


Overload

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

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

Remarks

Supports lastError.


Overload(top)

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

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

Remarks

Supports lastError.