LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
IndexOf(Processor) Method
See Also 
Leadtools.Multimedia Namespace > Processors Class > IndexOf Method : IndexOf(Processor) Method



item
A Processor object reference of the item to find.
item
A Processor object reference of the item to find.
Returns the index of the first occurrence of a Processor object.

Syntax

Visual Basic (Declaration) 
Overloads Public Function IndexOf( _
   ByVal item As Processor _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As Processors
Dim item As Processor
Dim value As Integer
 
value = instance.IndexOf(item)
C# 
public int IndexOf( 
   Processor item
)
C++/CLI 
public:
int IndexOf( 
   Processor^ item
) 

Parameters

item
A Processor object reference of the item to find.

Return Value

The zero-based index position of the Processor item found, or -1 if not found.

Remarks

Returns the index of the first occurrence of a Processor object.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also