Removes the specified ImageDraw HotSpot object from the HotSpotCollection collection.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.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.