FMX.Controls.TControl.ScreenToLocal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ScreenToLocal(P: TPointF): TPointF; virtual;

C++

virtual System::Types::TPointF __fastcall ScreenToLocal(const System::Types::TPointF &P);

Propriétés

Type Visibilité  Source Unité  Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Transforme et renvoie un point spécifié de la perspective écran à la perspective locale.

P est le point à transformer.

ScreenToLocal est utilisée de manière interne.

Voir aussi