IndexOf(Renderer) Method

Summary
Determines the index of a specific Renderer item in the collection.
Syntax
C#
VB
C++
public int IndexOf( 
   Renderer item 
) 
Public Overloads Function IndexOf( _ 
   ByVal item As Renderer _ 
) As Integer 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.