IControl.ScreenToClient

Syntax

ScreenToClient(X: Integer; Y: Integer): IPoint;

Parameters

X. Point coordinate on the X axis.

Y. Point coordinate on the Y axis.

Description

The ScreenToClient method converts screen coordinates of a point to coordinates specified relative to the component coordinate system.

See also:

IControl