FMX.Controls3D.IViewport3D.ScreenToLocal

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function ScreenToLocal(const AScreenPoint: TPointF): TPointF;

C++

virtual System::Types::TPointF __fastcall ScreenToLocal(const System::Types::TPointF &AScreenPoint) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
function public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D IViewport3D


Description

Le prototype d'une fonction qui transforme et renvoie un point spécifié de la perspective écran dans la perspective locale.

P est le point à transformer.

Voir aussi