[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.IndexOf

IndexOf Method

IndexOf(SvgElement)

Searches for the specified element and returns the zero-based index.

Declaration
public int IndexOf(SvgElement element)
Public Function IndexOf(element As SvgElement) As Integer
Parameters
Type Name Description
SvgElement element

The element to locate.

Returns
Type Description
int

The zero-based index of the element, if found; otherwise, -1.

Implements