Overloaded. Returns the zero-based index of the first occurrence of an image in the collection or in a portion of it.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

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

See Also