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

See also:

IControl