Vcl.ImgList.TCustomImageList.GetHotSpot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHotSpot: TPoint; virtual;

C++

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

Properties

Type Visibility Source Unit Parent
function public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

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.

See Also