FMX.Controls3D.IViewport3D.LocalToScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LocalToScreen(const ALocalPoint: TPointF): TPointF;

C++

virtual System::Types::TPointF __fastcall LocalToScreen(const System::Types::TPointF &ALocalPoint) = 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 local perspective to the screen perspective.

P is the point to be transformed.

See Also