http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Copies the elements to the array, starting at the specific arrayIndex.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public void CopyTo( KeyValuePair<uint, CvTrack>[] array, int arrayIndex ) |
Visual Basic |
---|
Public Sub CopyTo ( _ array As KeyValuePair(Of UInteger, CvTrack)(), _ arrayIndex As Integer _ ) |
Visual C++ |
---|
public: virtual void CopyTo( array<KeyValuePair<unsigned int, CvTrack>>^ array, int arrayIndex ) sealed |
Parameters
- array
- Type: array<System.Collections.Generic..::..KeyValuePair<(Of <(<'UInt32, CvTrack>)>)>>[]()[][]
The one-dimensional array that is the defination of the elements copied from the CvTracks. The array must have zero-base indexing.
- arrayIndex
- Type: System..::..Int32
The zero-based index in array at which copying begins.