FMX.Types.IControl.LocalToScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LocalToScreen(P: TPointF): TPointF;

C++

virtual System::Types::TPointF __fastcall LocalToScreen(const System::Types::TPointF &P) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

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.

See Also