Removes the ImageDraw HotSpot object at the specified index location from the collection.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.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.