Determines the index of a specific item in the list.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- item
- Type: TElem
The object to locate in the list.
Return Value
Type: Int32The index of value if found in the list; otherwise, -1.
See Also