Removes the specified ImageDraw HotSpot object from 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 void Remove(
	HotSpot spot
)
Visual Basic (Declaration)
Public Sub Remove ( _
	spot As HotSpot _
)
Visual C++
public:
void Remove(
	HotSpot^ spot
)

Parameters

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

See Also