FreeImage.NET Class Library Reference
FreeImageBitmap Constructor (Stream) |
Initializes a new instance of the FreeImageBitmap class
bases on the specified stream.
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
Exceptions
Exception | Condition |
---|---|
Exception | The operation failed. |
ArgumentNullException | stream is a null reference. |
Remarks
You must keep the stream open for the lifetime of the FreeImageBitmap.
See Also