FreeImage.CopyMemory Method (Array, Array, Int32)

FreeImage.NET

FreeImageCopyMemory Method (Array, Array, Int32)
Copies the content of one array into another array.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void CopyMemory(
	Array dest,
	Array src,
	int len
)

Parameters

dest
Type: SystemArray
An array used as the destination of the copy process.
src
Type: SystemArray
An array used as the source of the copy process.
len
Type: SystemInt32
The size of the content to copy, in bytes.
See Also