Returns the offset from the drawing position to the image origin.
Source position: imglist.pp line 379
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 3.99-1b97b99691 (2024-09-01) | Home |