Click or drag to resize
CvBlobsCopyTo 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, CvBlob>[] array,
	int arrayIndex
)

Parameters

array
Type: System.Collections.GenericKeyValuePairUInt32, CvBlob
The one-dimensional array that is the defination of the elements copied from the CvBlobs. 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