TdxBarControl.ClientToScreen(TPoint) Method
Converts APoint coordinates to global screen coordinates.
Declaration
function ClientToScreen(const APoint: TPoint): TPoint;
Parameters
Name | Type |
---|---|
APoint | TPoint |
Returns
Type |
---|
TPoint |
Remarks
For more information, refer to the ClientToScreen method of the TControl class.
See Also