Click or drag to resize

CvToolboxMemcpy Method

http://www.emgu.com
memcpy function

Namespace:  Emgu.CV.Util
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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