FMX.Forms.IFMXWindowService.ClientToScreen

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ClientToScreen(const AForm: TCommonCustomForm; const Point: TPointF): TPointF;

C++

virtual System::Types::TPointF __fastcall ClientToScreen(TCommonCustomForm* const AForm, const System::Types::TPointF &Point) = 0 ;

Eigenschaften

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

Beschreibung

In abgeleiteten Klassen implementiert ClientToScreen die Funktionalität zum Konvertieren der Bildschirmkoordinaten eines Punktes in die Koordinaten des lokalen (Client-)Bereichs.

Siehe auch