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