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



item
The Renderer item to locate in the collection.
item
The Renderer item to locate in the collection.
Determines the index of a specific Renderer item in the collection.

Syntax

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

Parameters

item
The Renderer item to locate in the collection.

Return Value

int The zero-based index of the found item; otherwise -1 if no item found.

Remarks

This method searches the underlying item collection to locate the item specified.

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