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)
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