RemoveAt Method (SvgElementCollection)
Removes the element at the specified index of the
SvgElementCollection.
public void RemoveAt(
System.int
)
'Declaration
Public Sub RemoveAt( _
ByVal As System.Integer _
)
Parameters
- index
- The zero-based index of the element to remove.