FreeImage.NET Class Library Reference
![]() | FreeImageCloneMetadata Method |
Copies the metadata of FreeImage bitmap to another.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
public static bool CloneMetadata( FIBITMAP dst, FIBITMAP src )
Parameters
- dst
- Type: FreeImageAPIFIBITMAP
The FreeImage bitmap to copy the metadata to. - src
- Type: FreeImageAPIFIBITMAP
The FreeImage bitmap to copy the metadata from.
Return Value
Type: BooleanReturns true on success, false on failure.
