MemoryArray(T).CopyTo Method (Array, Int32)

FreeImage.NET

MemoryArrayTCopyTo Method (Array, Int32)
Copies the entire array to a compatible one-dimensional Array, starting at the specified index of the target array.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
The one-dimensional Array that is the destination of the elements copied from MemoryArrayT. The Array must have zero-based indexing.
index
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also