FMX.Controls.TControl.LocalToScreen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function LocalToScreen(P: TPointF): TPointF; virtual;

C++

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

Properties

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

Description

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

P is the point to be transformed.

LocalToScreen is used internally when applying a certain placement.

See Also