TTMSFNCHotSpotImageBeforeDrawNameEvent Event Type
Handler type for customizing hotspot name drawing before default rendering.
API unit family: TMSFNCHotSpotImage
Parameters
| Name | Description |
|---|---|
Sender |
Hotspot image that is drawing the name. |
AGraphics |
Graphics context used for drawing. |
AIndex |
Index of the hotspot whose name is being drawn. |
AText |
Name text to draw. |
ARect |
Text drawing rectangle. |
ALocation |
Configured name location. |
AAllow |
Set to True to draw the name; set to False to suppress it. |
ADefaultDraw |
Set to True to keep default drawing; set to False when custom drawing replaces it. |