FreeImage.NET Class Library Reference
FreeImageBitmap Constructor (FIBITMAP) |
Initializes a new instance of the FreeImageBitmap class.
For internal use only.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected FreeImageBitmap( FIBITMAP dib )
Parameters
- dib
- Type: FreeImageAPIFIBITMAP
[Missing <param name="dib"/> documentation for "M:FreeImageAPI.FreeImageBitmap.#ctor(FreeImageAPI.FIBITMAP)"]
Exceptions
Exception | Condition |
---|---|
Exception | The operation failed. |
See Also