Determines the index value that represents the position of the specified Element in the collection.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public int IndexOf(
	Element element
)
Visual Basic (Declaration)
Public Function IndexOf ( _
	element As Element _
) As Integer
Visual C++
public:
int IndexOf(
	Element^ element
)

Parameters

element
Type: Neodynamic.WebControls.ImageDraw..::.Element
An Element to search for in the collection.

Return Value

The index position of the specified Element in the collection.

See Also