FMX.Forms3D.TCustomForm3D.ScreenToLocal

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScreenToLocal(P: TPointF): TPointF;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.Forms3D.pas
FMX.Forms3D.hpp
FMX.Forms3D TCustomForm3D

Description

Transforms the global screen coordinates to local client area coordinates. The global screen coordinates are given through the P parameter.

See Also