Creates a FreeImageBitmap from the specified data stream.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static FreeImageBitmap FromStream( Stream stream ) |
Visual Basic (Declaration) |
---|
Public Shared Function FromStream ( _ stream As Stream _ ) As FreeImageBitmap |
Visual C++ |
---|
public: static FreeImageBitmap^ FromStream( Stream^ stream ) |
Parameters
- stream
- Type: System.IO..::.Stream
A Stream that contains the data for this FreeImageBitmap.