Moves a block of memory from one location to another.
Namespace:
FreeImageAPI
Assembly:
FreeImageNET (in FreeImageNET.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub MoveMemory ( _
dst As IntPtr, _
src As IntPtr, _
size As Long _
) |
Parameters
- dst
- Type: System..::.IntPtr
A pointer to the starting address of the move destination.
- src
- Type: System..::.IntPtr
A pointer to the starting address of the block of memory to be moved.
- size
- Type: System..::.Int64
The size of the block of memory to move, in bytes.
Version Information
FreeImage.NET
Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1
See Also