Win_ClientToScreen

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > Windows API >

Win_ClientToScreen

 

Description

 

Converts the client-area coordinates of a specified point to screen coordinates.

 

Syntax

 

n = Win_ClientToScreen(hWnd, lPoint)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle to the window whose client area is used for the conversion.

lPoint

UDT

No

A POINTAPI structure that contains the client coordinates to be converted. The new screen coordinates are copied into this structure if the function succeeds.

 

Remarks

 

For additional info, please refer to MS documentation at: http://msdn.microsoft.com/en-us/library/dd183434(VS.85).aspx

 

Restrictions

 

See also

 

Examples