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