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
)
Public Shared Function FromStream (
stream As Stream,
uri As Uri
) As Bitmap
static member FromStream :
stream : Stream *
uri : Uri -> Bitmap
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