FreeImage.NET Class Library Reference
ImageMetadata Constructor (FIBITMAP, Boolean) |
Initializes a new instance based on the specified FIBITMAP,
showing or hiding empry models.
Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public ImageMetadata( FIBITMAP dib, bool hideEmptyModels )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap. - hideEmptyModels
- Type: SystemBoolean
When true, empty metadata models will be hidden until a tag to this model is added.
See Also