FMX.Controls3D.TControl3D.ScreenToLocal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ScreenToLocal(P: TPointF): TPointF;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Transforme et renvoie un point spécifié de l'espace écran dans l'espace local.

P est le point à transformer.

Voir aussi