http://www.emgu.com
Copies the elements to the array, starting at the specific arrayIndex.
Namespace: Emgu.CV.CvbAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void CopyTo(
KeyValuePair<uint, CvTrack>[] array,
int arrayIndex
)
Public Sub CopyTo (
array As KeyValuePair(Of UInteger, CvTrack)(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<KeyValuePair<unsigned int, CvTrack>>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : KeyValuePair<uint32, CvTrack>[] *
arrayIndex : int -> unit
override CopyTo :
array : KeyValuePair<uint32, CvTrack>[] *
arrayIndex : int -> unit
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