FreeImage.NET Class Library Reference
FreeImageCopyMemory Method (IntPtr, Array, Int32) |
Copies the content of an array to a memory location.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void CopyMemory( IntPtr dest, Array src, int len )
Parameters
- dest
- Type: SystemIntPtr
A pointer to the starting address of the copied block's destination. - src
- Type: SystemArray
An array used as the source of the copy process. - len
- Type: SystemInt32
The size of the block of memory to copy, in bytes.
See Also