FreeImage.MoveMemory Method

FreeImage.NET

FreeImageMoveMemory Method
Overload List
  Name Description
Public method Static member MoveMemory(IntPtr, IntPtr, Int64)
Moves a block of memory from one location to another.
Public method Static member MoveMemory(IntPtr, IntPtr, UInt32)
Moves a block of memory from one location to another.
Public method Static member MoveMemory(Void*, Void*, Int64)
Moves a block of memory from one location to another.
Public method Static member MoveMemory(Void*, Void*, UInt32)
Moves a block of memory from one location to another.
Top
See Also