'Declaration Public Function IndexOf( _ ByVal element As SvgElement _ ) As System.Integer
public System.int IndexOf( SvgElement element )
Parameters
- element
- The element to locate.
Return Value
The zero-based index of the element, if found; otherwise, -1.