IndexOf(CaptureSize) Method

Summary

Determines the index of a specific CaptureSize item in the IList.

Syntax
C#
VB
C++
public int IndexOf( 
   CaptureSize item 
) 
Public Overloads Function IndexOf( _ 
   ByVal item As CaptureSize _ 
) As Integer 
public: 
int IndexOf(  
   CaptureSize^ item 
)  

Parameters

item
The CaptureSize item to locate in the IList.

Return Value

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 desired item.

Requirements

Target Platforms

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

Leadtools.MediaFoundation Assembly