Copies the metadata of FreeImage bitmap to another.

Namespace:  FreeImageAPI
Assembly:  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.

Return Value

Returns true on success, false on failure.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also