Inserts a specified ImageDraw HotSpot object into the HotSpotCollection collection at the specified index location.

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 void Insert(
	int index,
	HotSpot spot
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	spot As HotSpot _
)
Visual C++
public:
void Insert(
	int index, 
	HotSpot^ spot
)

Parameters

index
Type: System..::.Int32
The array index at which to add the ImageDraw HotSpot object.
spot
Type: System.Web.UI.WebControls..::.HotSpot
The ImageDraw HotSpot object to add to the collection.

See Also