FMX.Forms.TCommonCustomForm.ScreenToClient
Delphi
function ScreenToClient(const Point: TPointF): TPointF;
C++
System::Types::TPointF __fastcall ScreenToClient(const System::Types::TPointF &Point);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Beschreibung
Wandelt die globalen Bildschirmkoordinaten in lokale Koordinaten des Client-Bereichs um. Die globalen Bildschirmkoordinaten werden im Parameter Point
angegeben.