Create a drawable from an inputstream
Syntax
[Android.Runtime.Register("createFromStream", "(Ljava/io/InputStream;Ljava/lang/String;)Landroid/graphics/drawable/Drawable;", "")]
public static
Drawable CreateFromStream (
System.IO.Stream is,
string srcName)
Parameters
- 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
Requirements
Namespace: Android.Graphics.Drawables
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1