[]
Searches for the specified element and returns the zero-based index.
public int IndexOf(SvgElement element)
Public Function IndexOf(element As SvgElement) As Integer
Type | Name | Description |
---|---|---|
SvgElement | element | The element to locate. |
Type | Description |
---|---|
int | The zero-based index of the element, if found; otherwise, -1. |