MemoryArray(T).Clone Method

FreeImage.NET

MemoryArrayTClone Method
Creates a shallow copy of the MemoryArrayT.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Object Clone()

Return Value

Type: Object
A shallow copy of the MemoryArrayT.

Implements

ICloneableClone
See Also