Android.Graphics.Drawables.Drawable.CreateFromResourceStream Method
Create a drawable from an inputstream, using the given resources and value to determine density information.

Syntax

[Android.Runtime.Register("createFromResourceStream", "(Landroid/content/res/Resources;Landroid/util/TypedValue;Ljava/io/InputStream;Ljava/lang/String;)Landroid/graphics/drawable/Drawable;", "")]
public static Drawable CreateFromResourceStream (Android.Content.Res.Resources res, Android.Util.TypedValue value, System.IO.Stream is, string srcName)

Parameters

res
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.
is
Documentation for this section has not yet been entered.
srcName
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a drawable from an inputstream, using the given resources and value to determine density information.

[Android Documentation]

Requirements

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