Raster.FromStream Method
Initializes a new instance of the Raster class from the specified data.
Thread safety: This method is not thread-safe.
FromStream(System.IO.Stream stream, ImageFormat format)
Initializes a new instance of the Raster class from the specified data.Syntax
public static Raster FromStream (
System.IO.Stream stream,
ImageFormat format
)
Parameters
data
Pointer to the first byte of image data.
length
The number of bytes to read.
format
Type: ImageFormat
Specifies which image format the data has.
Specifies which image format the data has.
stream
Type: Byte sequence
The image data.
The image data.
Return Value
Type: Raster
A new raster initialized from the specified data.
A new raster initialized from the specified data.
Platforms
Windows, Linux, Android