FMX.Controls.IScene.ScreenToLocal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScreenToLocal(const AScreenPoint: TPointF): TPointF;

C++

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

P is the point to be transformed.

Implement ScreenToLocal to transform P from the screen perspective to the local perspective.

See Also