Copies the metadata of FreeImage bitmap to another.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static bool CloneMetadata( FIBITMAP dst, FIBITMAP src ) |
Visual Basic (Declaration) |
---|
Public Shared Function CloneMetadata ( _ dst As FIBITMAP, _ src As FIBITMAP _ ) As Boolean |
Visual C++ |
---|
public: static bool CloneMetadata( FIBITMAP dst, FIBITMAP src ) |
Parameters
- dst
- Type: FreeImageAPI..::.FIBITMAP
The FreeImage bitmap to copy the metadata to.
- src
- Type: FreeImageAPI..::.FIBITMAP
The FreeImage bitmap to copy the metadata from.