IControl.ClientToScreen

Syntax

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

Parameters

X. Point coordinate on the X axis.

Y. Point coordinate on the Y axis.

Description

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

See also:

IControl