FreeImageBitmap.Clone Method

FreeImage.NET

FreeImageBitmapClone Method
Creates a deep copy of this FreeImageBitmap.

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 deep copy of this FreeImageBitmap.

Implements

ICloneableClone
See Also