Removes the Element at the specified index from the collection.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.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 index of the Element to remove.