Click or drag to resize

SvgElementCollectionIndexOf Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns the index of the specified SvgElement in the collection.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public int IndexOf(
	SvgElement item
)
Request Example View Source

Parameters

item
Type: SvgSvgElement
The SvgElement to search for.

Return Value

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

Implements

IListTIndexOf(T)
See Also