FreeImage.MoveMemory Method (IntPtr, IntPtr, UInt32)

FreeImage.NET

FreeImageMoveMemory Method (IntPtr, IntPtr, UInt32)
Moves a block of memory from one location to another.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void MoveMemory(
	IntPtr dst,
	IntPtr src,
	uint size
)

Parameters

dst
Type: SystemIntPtr
A pointer to the starting address of the move destination.
src
Type: SystemIntPtr
A pointer to the starting address of the block of memory to be moved.
size
Type: SystemUInt32
The size of the block of memory to move, in bytes.
See Also