Appends a specified ImageDraw HotSpot object to the end of the HotSpotCollection collection.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public int Add(
	HotSpot spot
)
Visual Basic (Declaration)
Public Function Add ( _
	spot As HotSpot _
) As Integer
Visual C++
public:
int Add(
	HotSpot^ spot
)

Parameters

spot
Type: System.Web.UI.WebControls..::.HotSpot
The ImageDraw HotSpot object to append to the collection.

Return Value

The index at which the object was added to the collection.

See Also