CvTracksContainsKey Method |
http://www.emgu.com
Determines whether the CvTracks contains the specified id.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic bool ContainsKey(
uint id
)
Public Function ContainsKey (
id As UInteger
) As Boolean
public:
virtual bool ContainsKey(
unsigned int id
) sealed
abstract ContainsKey :
id : uint32 -> bool
override ContainsKey :
id : uint32 -> bool
Parameters
- id
- Type: SystemUInt32
The id (key) to be located
Return Value
Type:
BooleanTrue if the CvTracks contains an element with the specific id
Implements
IDictionaryTKey, TValueContainsKey(TKey)
See Also