BitmapFromStream Method

Initializes a new instance of the Bitmap class from a specified stream.

 

Namespace:  WebSupergoo.WordGlue4.Rendering
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public static Bitmap FromStream(
        Stream stream,
        Uri uri
)

Parameters

stream
Type: System.IOStream
The stream on which to base this bitmap.
uri
Type: SystemUri
The URI from which this stream was obtained.

Return Value

Type: Bitmap
A Bitmap containing the image.
See Also