FreeImage.CopyMemory Method (Array, IntPtr, Int32)

FreeImage.NET

FreeImageCopyMemory Method (Array, IntPtr, 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,
	IntPtr src,
	int len
)

Parameters

dest
Type: SystemArray
An array used as the destination of the copy process.
src
Type: SystemIntPtr
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