FreeImage.NET Class Library Reference
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: ObjectA deep copy of this FreeImageBitmap.
Implements
ICloneableCloneSee Also