FreeImageBitmap.FromStream Method (Stream)

FreeImage.NET

FreeImageBitmapFromStream Method (Stream)
Creates a FreeImageBitmap from the specified data stream.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static FreeImageBitmap FromStream(
	Stream stream
)

Parameters

stream
Type: System.IOStream
A Stream that contains the data for this FreeImageBitmap.

Return Value

Type: FreeImageBitmap
The FreeImageBitmap this method creates.
See Also