Initializes a new instance based on the specified FIBITMAP,
showing or hiding empry models.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public ImageMetadata( FIBITMAP dib, bool hideEmptyModels ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ dib As FIBITMAP, _ hideEmptyModels As Boolean _ ) |
| Visual C++ |
|---|
public: ImageMetadata( FIBITMAP dib, bool hideEmptyModels ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.
- hideEmptyModels
- Type: System..::.Boolean
When true, empty metadata models will be hidden until a tag to this model is added.