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 point's screen coordinates into coordinates specified relative to the component's coordinate system.

See also:

IControl