Removes the ImageDraw HotSpot object at the specified index location from the collection.
Namespace:
Neodynamic.WebControls.ImageDraw
Assembly:
Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll) Version: 5.0.2000.0 (5.0.2000.0)
Syntax
| C# |
|---|
public void RemoveAt(
int index
) |
| Visual Basic (Declaration) |
|---|
Public Sub RemoveAt ( _
index As Integer _
) |
| Visual C++ |
|---|
public:
void RemoveAt(
int index
) |
Parameters
- index
- Type: System..::.Int32
The array index from which to remove the ImageDraw HotSpot object.
See Also