FMX.Forms.IFMXWindowService.ScreenToClient

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScreenToClient(const AForm: TCommonCustomForm; const AScreenPoint: TPointF): TPointF;

C++

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

Properties

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

Description

In descendants, ScreenToClient implements functionality to translate a given point from global screen coordinates to client area coordinates.

See Also