FMX.Forms.IFMXWindowService.ScreenToClient

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

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

Description

Dans les classes descendantes, ScreenToClient implémente des fonctionnalités afin de convertir les coordonnées de la zone client du point donné en coordonnées écran globales.

Voir aussi