BitmapFactory.DecodeResourceAsync Metodo

Definizione

Overload

DecodeResourceAsync(Resources, Int32)

public static System.Threading.Tasks.Task<Android.Graphics.Bitmap?> DecodeResourceAsync(Android.Content.Res.Resources? res, int id);
static member DecodeResourceAsync : Android.Content.Res.Resources * int -> System.Threading.Tasks.Task<Android.Graphics.Bitmap>

Parametri

res
Resources
id
Int32

Valori restituiti

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

DecodeResourceAsync(Resources, Int32, BitmapFactory+Options)

public static System.Threading.Tasks.Task<Android.Graphics.Bitmap?> DecodeResourceAsync(Android.Content.Res.Resources? res, int id, Android.Graphics.BitmapFactory.Options? opts);
static member DecodeResourceAsync : Android.Content.Res.Resources * int * Android.Graphics.BitmapFactory.Options -> System.Threading.Tasks.Task<Android.Graphics.Bitmap>

Parametri

res
Resources
id
Int32

Valori restituiti

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a