Makes an exact reproduction of an existing bitmap, including metadata and attached profile if any.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static FIBITMAP Clone( FIBITMAP dib ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Clone ( _ dib As FIBITMAP _ ) As FIBITMAP |
| Visual C++ |
|---|
public: static FIBITMAP Clone( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.