FMX.Controls3D.TControl3D.LocalToScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LocalToScreen(P: TPointF): TPointF;

C++

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

Properties

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

Description

Transforms and returns a specified point from the local space to the screen space.

P is the point to be transformed.

See Also