Initializes a new instance of this class.
Namespace:
FreeImageAPI.MetadataAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
protected MetadataModel( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Protected Sub New ( _ dib As FIBITMAP _ ) |
Visual C++ |
---|
protected: MetadataModel( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Handle to a FreeImage bitmap.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | dib is null. |