FreeImage.NET Class Library Reference
FreeImageBitmapCloneMetadataFrom Method (FreeImageBitmap, FREE_IMAGE_METADATA_COPY) |
Copies the metadata from another FreeImageBitmap using
the provided options.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public void CloneMetadataFrom( FreeImageBitmap bitmap, FREE_IMAGE_METADATA_COPY flags )
Parameters
- bitmap
- Type: FreeImageAPIFreeImageBitmap
The bitmap to read the metadata from. - flags
- Type: FreeImageAPIFREE_IMAGE_METADATA_COPY
Specifies the way the metadata is copied.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | bitmap is a null reference. |
See Also