Copy the current array to dest

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

Syntax

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

Parameters

dest
CvArray<(Of <(TDepth>)>)
The destination Array

See Also