Copies the metadata from another FreeImageBitmap.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public void CloneMetadataFrom(
	FreeImageBitmap bitmap
)
Visual Basic (Declaration)
Public Sub CloneMetadataFrom ( _
	bitmap As FreeImageBitmap _
)
Visual C++
public:
void CloneMetadataFrom(
	FreeImageBitmap^ bitmap
)

Parameters

bitmap
Type: FreeImageAPI..::.FreeImageBitmap
The bitmap to read the metadata from.

Exceptions

ExceptionCondition
System..::.ArgumentNullException bitmap is a null reference.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also