Click or drag to resize

MatTElemCopyTo Method (TElem, Int32)

Copies the elements of the ICollection<T> to an Array, starting at a particular Array index.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.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