Drawable.CreateFromResourceStream Method

Definition

Overloads

CreateFromResourceStream(Resources, TypedValue, Stream, String)

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

CreateFromResourceStream(Resources, TypedValue, Stream, String, BitmapFactory+Options)

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

CreateFromResourceStream(Resources, TypedValue, Stream, String)

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

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

Parameters

res
Resources
value
TypedValue
is
Stream
srcName
String

Returns

Attributes

Remarks

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

Java documentation for android.graphics.drawable.Drawable.createFromResourceStream(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CreateFromResourceStream(Resources, TypedValue, Stream, String, BitmapFactory+Options)

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

[Android.Runtime.Register("createFromResourceStream", "(Landroid/content/res/Resources;Landroid/util/TypedValue;Ljava/io/InputStream;Ljava/lang/String;Landroid/graphics/BitmapFactory$Options;)Landroid/graphics/drawable/Drawable;", "")]
public static Android.Graphics.Drawables.Drawable? CreateFromResourceStream (Android.Content.Res.Resources? res, Android.Util.TypedValue? value, System.IO.Stream? is, string? srcName, Android.Graphics.BitmapFactory.Options? opts);
[<Android.Runtime.Register("createFromResourceStream", "(Landroid/content/res/Resources;Landroid/util/TypedValue;Ljava/io/InputStream;Ljava/lang/String;Landroid/graphics/BitmapFactory$Options;)Landroid/graphics/drawable/Drawable;", "")>]
static member CreateFromResourceStream : Android.Content.Res.Resources * Android.Util.TypedValue * System.IO.Stream * string * Android.Graphics.BitmapFactory.Options -> Android.Graphics.Drawables.Drawable

Parameters

res
Resources
value
TypedValue
is
Stream
srcName
String

Returns

Attributes

Remarks

Java documentation for android.graphics.drawable.Drawable.createFromResourceStream(android.content.res.Resources, android.util.TypedValue, java.io.InputStream, java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to