FreeImage.NET Class Library Reference
FreeImageMoveMemory Method (IntPtr, IntPtr, 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( IntPtr dst, IntPtr src, long 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: SystemInt64
The size of the block of memory to move, in bytes.
See Also