FMX.Controls.TControl.ScreenToLocal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScreenToLocal(const AScreenPoint: TPointF): TPointF; virtual;

C++

virtual System::Types::TPointF __fastcall ScreenToLocal(const System::Types::TPointF &AScreenPoint);

Properties

Type Visibility Source Unit Parent
function public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

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

P is the point to be transformed.

ScreenToLocal is used internally.

See Also