FreeImage.NET Class Library Reference
FreeImageCopyMemory Method (Array, Array, Int64) |
Copies the content of one array into another array.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void CopyMemory( Array dest, Array src, long len )
Parameters
- dest
- Type: SystemArray
An array used as the destination of the copy process. - src
- Type: SystemArray
An array used as the source of the copy process. - len
- Type: SystemInt64
The size of the content to copy, in bytes.
See Also