Returns the offset from the drawing position to the image origin.
Source position: imglist.pp line 381
public function TCustomImageList.GetHotSpot: TPoint; |
TPoint with the coordinates for the image hot spot.
GetHotSpot is a TPoint function used to get the HotSpot for an image stored in the image list. The HotSpot is an offset from the drawing position to the image origin. A HotSpot is used only in TDragImageList. In TCustomImageList, its position is always (0,0).
Lazarus Component Library (LCL) | Version 4.99-c654d3a90f (2025-03-09) | Home |