Copies the metadata from another FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: 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
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | bitmap is a null reference. |