CvTracksContainsKey Method |
http://www.emgu.com
Determines whether the CvTracks contains the specified id.
Namespace:
Emgu.CV.Cvb
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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