Condividi tramite


Drawable.CreateFromResourceStreamAsync Metodo

Definizione

Overload

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>

Parametri

res
Resources
value
TypedValue
is
Stream
srcName
String

Restituisce

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica 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>

Parametri

res
Resources
value
TypedValue
is
Stream
srcName
String

Restituisce

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a