Vcl.Controls.TDragImageList.GetHotSpot
Delphi
function GetHotSpot: TPoint; override;
C++
virtual System::Types::TPoint __fastcall GetHotSpot(void);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TDragImageList |
Beschreibung
Gibt die Hotspot-Position zurück, die dem aktuellen Drag-Bild zugeordnet ist.
Mit der Methode GetHotSpot ermitteln Sie für das aktuelle Drag-Bild die Hotspot-Position. Hotspot-Position entspricht der aktuellen Mausposition.