Emgu CV Library Documentation
CopyMatrix<(Of <(D>)>) Method (src, dest)
NamespacesEmgu.UtilToolboxCopyMatrix<(Of <(D>)>)(array<array<D>[]()[]>[]()[], IntPtr)

www.emgu.com/wiki
Copy a jagged two dimensional array to the unmanaged memory
Declaration Syntax
C#Visual BasicVisual C++
public static void CopyMatrix<D>(
	D[][] src,
	IntPtr dest
)
Public Shared Sub CopyMatrix(Of D) ( _
	src As D()(), _
	dest As IntPtr _
)
public:
generic<typename D>
static void CopyMatrix(
	array<array<D>^>^ src, 
	IntPtr dest
)
Generic Template Parameters
D
The data type of the jagged two dimensional
Parameters
src (array< array< D >[]()[] >[]()[])
The src array
dest (IntPtr)
Pointer to the destination unmanaged memory

Assembly: Emgu.Util (Module: Emgu.Util) Version: 1.1.3342.35620 (1.1.0.0)