TTMSFNCCustomHotSpotImage Class
Extends an image control with interactive polygon, rectangle, ellipse, and path hotspots.
API unit family: TMSFNCHotSpotImage
Inherits from: TTMSFNCCustomImage
Implements: ITMSFNCAppearanceGlobalFont
Syntax
TTMSFNCCustomHotSpotImage = class(TTMSFNCCustomImage, ITMSFNCAppearanceGlobalFont)
Properties
| Name | Description |
|---|---|
| Height | Gets or sets the control height. |
| Width | Gets or sets the control width. |
Methods
| Name | Description |
|---|---|
| AddEllipseHotSpot | Adds an elliptical hotspot. |
| AddPathHotSpot | Adds a hotspot from a graphics path. |
| AddPolygonHotSpot | Adds a polygon hotspot. |
| AddRectangleHotSpot | Adds a rectangular hotspot. |
| Draw | Draws the image and its hotspot overlays. |
| Resize | Updates hotspot geometry after the control size changes. |