Android.Graphics.BitmapFactory.DecodeStream Method
Decode an input stream into a bitmap.

Syntax

[Android.Runtime.Register("decodeStream", "(Ljava/io/InputStream;)Landroid/graphics/Bitmap;", "")]
public static Bitmap DecodeStream (System.IO.Stream is)

Parameters

is
The input stream that holds the raw data to be decoded into a bitmap.

Returns

Documentation for this section has not yet been entered.

Remarks

Decode an input stream into a bitmap. If the input stream is null, or cannot be used to decode a bitmap, the function returns null. The stream's position will be where ever it was after the encoded data was read.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1