MemoryArray(T).CopyTo Method

FreeImage.NET

MemoryArrayTCopyTo Method
Overload List
  Name Description
Public method CopyTo(Array, Int32)
Copies the entire array to a compatible one-dimensional Array, starting at the specified index of the target array.
Public method CopyTo(T, Int32, Int32, Int32)
Copies a range of elements from the unmanaged array starting at the specified sourceIndex and pastes them to array starting at the specified destinationIndex. The length and the indexes are specified as 32-bit integers.
Top
See Also