FreeImage.MoveMemory Method (Void*, Void*, Int64)

FreeImage.NET

FreeImageMoveMemory Method (Void, Void, Int64)
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(
	void* dst,
	void* src,
	long size
)

Parameters

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