FMX.Forms3D.TCustomForm3D.LocalToScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LocalToScreen(P: TPointF): TPointF;

C++

System::Types::TPointF __fastcall LocalToScreen(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 local client area coordinates to global screen coordinates. The local client coordinates are given through the P parameter.

See Also