FMX.Forms.TCommonCustomForm.ClientToScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClientToScreen(const AFormPoint: TPointF): TPointF;

C++

System::Types::TPointF __fastcall ClientToScreen(const System::Types::TPointF &AFormPoint);

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Converts the given mouse coordinates to screen coordinates. The local coordinates on the surface of this form are given through the Point parameter.

See Also