Click or drag to resize
CvToolboxMemcpy Method
http://www.emgu.com
memcpy function

Namespace: Emgu.CV.Util
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static void Memcpy(
	IntPtr dest,
	IntPtr src,
	int len
)

Parameters

dest
Type: SystemIntPtr
the destination of memory copy
src
Type: SystemIntPtr
the source of memory copy
len
Type: SystemInt32
the number of bytes to be copied
See Also