Copy the current array to dest

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

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