FMX.Controls.IScene.LocalToScreen
Delphi
function LocalToScreen(const AScenePoint: TPointF): TPointF;
C++
virtual System::Types::TPointF __fastcall LocalToScreen(const System::Types::TPointF &AScenePoint) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | FMX.Controls.pas FMX.Controls.hpp | FMX.Controls | IScene | 
Description
Transforms and returns a specified point from the local perspective to the screen perspective.
P is the point to be transformed.
Implement LocalToScreen to transform P from the local perspective to the screen perspective.