memcpy function
Namespace:
Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public static void memcpy( IntPtr dest, IntPtr src, int len ) |
Visual Basic (Declaration) |
---|
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