Click or drag to resize
CvTracksCopyTo Method
http://www.emgu.com
Copies the elements to the array, starting at the specific arrayIndex.

Namespace: Emgu.CV.Cvb
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void CopyTo(
	KeyValuePair<uint, CvTrack>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairUInt32, 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: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also