FreeImage.CopyMemory Method (Array, Void*, Int64)

FreeImage.NET

FreeImageCopyMemory Method (Array, Void, Int64)
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,
	long 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: SystemInt64
The size of the block of memory to copy, in bytes.
See Also