TTMSFNCHotSpotImage.OnAfterDrawHoveredHotSpot Event
Occurs after a hovered hotspot is drawn.
API unit family: TMSFNCHotSpotImage
Declaring type: TTMSFNCHotSpotImage
Inherited from: TTMSFNCCustomHotSpotImage
Syntax
OnAfterDrawHoveredHotSpot: TTMSFNCHotSpotImageAfterDrawHotSpotEvent;
Parameters
| Name | Description |
|---|---|
Sender |
Hotspot image that drew the hotspot. |
AGraphics |
Graphics context used for drawing. |
AIndex |
Index of the hovered hotspot. |
ABoundsRect |
Bounds of the hotspot. |
APolygon |
Polygon that defines the hotspot shape. |
ABitmap |
Bitmap used for hovered hotspot drawing. |