FMX.Controls3D.IViewport3D.LocalToScreen

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function LocalToScreen(P: TPointF): TPointF;

C++

virtual System::Types::TPointF __fastcall LocalToScreen(const System::Types::TPointF &P) = 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 locale dans la perspective écran.

P est le point à transformer.

Voir aussi