Copy the current array to dest

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public void CopyTo(
	CvArray<TDepth> dest
)
Visual Basic (Declaration)
Public Sub CopyTo ( _
	dest As CvArray(Of TDepth) _
)
Visual C++
public:
void CopyTo(
	CvArray<TDepth>^ dest
)

Parameters

dest
Type: Emgu.CV..::.CvArray<(Of <(TDepth>)>)
The destination Array

See Also