Compartilhar via


Drawable.CreateFromResourceStreamAsync Método

Definição

Sobrecargas

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

CreateFromResourceStreamAsync(Resources, TypedValue, Stream, String)

public static System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable?> CreateFromResourceStreamAsync (Android.Content.Res.Resources? res, Android.Util.TypedValue? value, System.IO.Stream? is, string? srcName);
static member CreateFromResourceStreamAsync : Android.Content.Res.Resources * Android.Util.TypedValue * System.IO.Stream * string -> System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable>

Parâmetros

res
Resources
value
TypedValue
is
Stream
srcName
String

Retornos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a

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

public static System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable?> CreateFromResourceStreamAsync (Android.Content.Res.Resources? res, Android.Util.TypedValue? value, System.IO.Stream? is, string? srcName, Android.Graphics.BitmapFactory.Options? opts);
static member CreateFromResourceStreamAsync : Android.Content.Res.Resources * Android.Util.TypedValue * System.IO.Stream * string * Android.Graphics.BitmapFactory.Options -> System.Threading.Tasks.Task<Android.Graphics.Drawables.Drawable>

Parâmetros

res
Resources
value
TypedValue
is
Stream
srcName
String

Retornos

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a