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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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