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

FreeImage.NET

FreeImageCopyMemory Method (Void, Array, Int64)
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(
	void* dest,
	Array src,
	long len
)

Parameters

dest
Type: SystemVoid*
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: SystemInt64
The size of the block of memory to copy, in bytes.
See Also