IndexOf Method (SvgElementCollection)
Searches for the specified element and returns the zero-based index.
'Declaration
Public Function IndexOf( _
ByVal As SvgElement _
) As System.Integer
Parameters
- element
- The element to locate.
Return Value
The zero-based index of the element, if found; otherwise, -1.