FMX.Forms.TCommonCustomForm.ClientToScreen

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ClientToScreen(const Point: TPointF): TPointF;

C++

System::Types::TPointF __fastcall ClientToScreen(const System::Types::TPointF &Point);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Beschreibung

Konvertiert die angegebenen Mauskoordinaten in Bildschirmkoordinaten. Die lokalen Koordinaten auf der Oberfläche dieses Formulars sind im Parameter Point angegeben.

Siehe auch