FMX.Forms.IFMXWindowService.ClientToScreen

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 ;

Propriétés

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

Description

Dans les classes descendantes, ClientToScreen implémente des fonctionnalités afin de convertir les coordonnées écran d'un point en coordonnées de la zone client (locale).

Voir aussi