FMX.Controls3D.TControl3D.AbsoluteToLocal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AbsoluteToLocal(P: TPointF): TPointF;

C++

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

Properties

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

Description

Returns the local point associated with P.

AbsoluteToLocal translates P from global space to this object's local space.

See Also