Copies the metadata from another FreeImageBitmap using
the provided options.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public void CloneMetadataFrom( FreeImageBitmap bitmap, FREE_IMAGE_METADATA_COPY flags ) |
Visual Basic (Declaration) |
---|
Public Sub CloneMetadataFrom ( _ bitmap As FreeImageBitmap, _ flags As FREE_IMAGE_METADATA_COPY _ ) |
Visual C++ |
---|
public: void CloneMetadataFrom( FreeImageBitmap^ bitmap, FREE_IMAGE_METADATA_COPY flags ) |
Parameters
- bitmap
- Type: FreeImageAPI..::.FreeImageBitmap
The bitmap to read the metadata from.
- flags
- Type: FreeImageAPI..::.FREE_IMAGE_METADATA_COPY
Specifies the way the metadata is copied.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | bitmap is a null reference. |