←Select platform

IndexOf(Processor) Method

Summary

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

Syntax

C#
VB
C++
public int IndexOf( 
   Processor item 
) 
Public Overloads Function IndexOf( _ 
   ByVal item As Leadtools.Multimedia.Processor _ 
) As Integer 
public: 
int IndexOf(  
   Leadtools.Multimedia.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly