[Overview][Types][Classes][Procedures and functions][Index] |
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).
Version 4.0 | Generated 2025-05-03 | Home |