MatTElem, TInheritCopyTo Method (TElem, Int32) OpenCvSharp Class Library
Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void CopyTo(
	TElem[] array,
	int arrayIndex
)

Parameters

array
Type: TElem
The one-dimensional Array that is the destination of the elements copied from ICollection<T>. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference