Insert Method (SvgElementCollection)
Inserts an element into the
SvgElementCollection at the specified index.
'Declaration
Public Sub Insert( _
ByVal As System.Integer, _
ByVal As SvgElement _
)
Parameters
- index
- The zero-based index at which element should be inserted.
- element
- The object to insert.