FreeImage.NET Class Library Reference
FreeImageClone Method |
Makes an exact reproduction of an existing bitmap, including metadata and attached profile if any.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FIBITMAP Clone( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
Return Value
Type: FIBITMAPHandle to a FreeImage bitmap.
See Also