FMX.Controls.TControl.LocalToScreen
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.