IndexOf(SvgElement) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Returns the index of the specified SvgElement in the collection.

public int IndexOf(SvgElement item)

Parameters

item
SvgElement

The SvgElement to search for.

Returns

Int32
The index of the element if it is present; otherwise -1.