Table of Contents

TTMSFNCHotSpotImage.AddEllipseHotSpot Method

Adds an elliptical hotspot.

API unit family: TMSFNCHotSpotImage Declaring type: TTMSFNCHotSpotImage Inherited from: TTMSFNCCustomHotSpotImage

Syntax

function AddEllipseHotSpot(ABounds: TRectF; AName: string = ''; AAppearance: TTMSFNCHotSpotAppearance = nil): TTMSFNCHotSpot; virtual;

Parameters

Name Description
ABounds Bounding rectangle for the ellipse.
AName Optional hotspot name.
AAppearance Optional appearance copied to the hotspot.

Returns

The newly created hotspot.