Add this metadata to an image.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public bool AddToImage( FIBITMAP dib ) |
| Visual Basic (Declaration) |
|---|
Public Function AddToImage ( _ dib As FIBITMAP _ ) As Boolean |
| Visual C++ |
|---|
public: bool AddToImage( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.