Win_ScreenToClient

<< Click to Display Table of Contents >>

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

Win_ScreenToClient

 

Description

 

Converts the screen coordinates of a specified point on the screen to client coordinates.

 

Syntax

 

n = Win_ScreenToClient(hWnd, lPoint)

 

Returns

 

Number.

 

Parameters

 

Name

Type

Optional

Meaning

hWnd

Number

No

Handle to the window whose client area will be used for the conversion.

lPoint

UDT

No

A POINTAPI structure that contains the screen coordinates to be converted.

 

Remarks

 

For additional info, please refer to MS documentation at: http://msdn.microsoft.com/en-us/library/aa923200.aspx

 

Restrictions

 

See also

 

Examples