FMX.Forms.IFMXWindowService.ClientToScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ClientToScreen(const AForm: TCommonCustomForm; const Point: TPointF): TPointF;

C++

virtual System::Types::TPointF __fastcall ClientToScreen(TCommonCustomForm* const AForm, const System::Types::TPointF &Point) = 0 ;

Properties

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

Description

In descendants, ClientToScreen implements functionality to convert a point in screen coordinates to local (client) area coordinates.

See Also