FreeImage.NET Class Library Reference
FreeImageMoveMemory Method (Void, Void, 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( void* dst, void* src, uint size )
Parameters
- dst
- Type: SystemVoid*
Pointer to the starting address of the move destination. - src
- Type: SystemVoid*
Pointer to the starting address of the block of memory to be moved. - size
- Type: SystemUInt32
Size of the block of memory to move, in bytes.
See Also