FMX.Controls3D.IViewport3D.ScreenToLocal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScreenToLocal(P: TPointF): TPointF;

C++

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

Properties

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

Description

The prototype for a function that transforms and returns a specified point from the screen perspective to the local perspective.

P is the point to be transformed.

See Also