Vcl.Controls.TDragImageList.GetHotSpot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHotSpot: TPoint; override;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDragImageList

Description

Returns the hot spot location associated with the current drag image.

Use the GetHotSpot method to obtain the position of the hot spot of the current drag image. The hot spot represents the current mouse position.