API:Vcl.Controls.TDragImageList.GetHotSpot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetHotSpot: TPoint; override;

C++

virtual System::Types::TPoint __fastcall GetHotSpot();

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.

Vcl.Controls.TDragImageList.GetHotSpot erbt von Vcl.ImgList.TCustomImageList.GetHotSpot. Der folgende Inhalt bezieht sich auf Vcl.ImgList.TCustomImageList.GetHotSpot.

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.

Siehe auch