FMX.Forms.IFMXWindowService.ScreenToClient

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

virtual System::Types::TPointF __fastcall ScreenToClient(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 ScreenToClient die Funktionalität zum Konvertieren der globalen Bildschirmkoordinaten eines angegebenen Punktes in Client-Bereichskoordinaten.

Siehe auch