Initializes a new instance of the FreeImageBitmap class.
For internal use only.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
protected internal FreeImageBitmap( FIBITMAP dib ) |
Visual Basic (Declaration) |
---|
Protected Friend Sub New ( _ dib As FIBITMAP _ ) |
Visual C++ |
---|
protected public: FreeImageBitmap( FIBITMAP dib ) |
Parameters
- dib
- Type: FreeImageAPI..::.FIBITMAP
Exceptions
Exception | Condition |
---|---|
System..::.Exception | The operation failed. |