http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
memcpy function
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void memcpy( IntPtr dest, IntPtr src, int len ) |
Visual Basic |
---|
Public Shared Sub memcpy ( _ dest As IntPtr, _ src As IntPtr, _ len As Integer _ ) |
Visual C++ |
---|
public: static void memcpy( IntPtr dest, IntPtr src, int len ) |
Parameters
- dest
- Type: System..::..IntPtr
the destination of memory copy
- src
- Type: System..::..IntPtr
the source of memory copy
- len
- Type: System..::..Int32
the number of bytes to be copied