FreeImage.NET Class Library Reference
MemoryArrayTCopyMemory Method |
Copies a block of memory from one location to another.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected static void CopyMemory( byte* dest, byte* src, int len )
Parameters
- dest
- Type: SystemByte*
Pointer to the starting address of the copy destination. - src
- Type: SystemByte*
Pointer to the starting address of the block of memory to be copied. - len
- Type: SystemInt32
Size of the block of memory to copy, in bytes.
See Also