Freigeben über


BitmapFactory.DecodeResource Methode

Definition

Überlädt

DecodeResource(Resources, Int32)

Synonym für #decodeResource(Resources, int, android.graphics.BitmapFactory.Options) null-Optionen.

DecodeResource(Resources, Int32, BitmapFactory+Options)

Synonym für #decodeResource(Resources, int, android.graphics.BitmapFactory.Options) null-Optionen.

DecodeResource(Resources, Int32)

Synonym für #decodeResource(Resources, int, android.graphics.BitmapFactory.Options) null-Optionen.

[Android.Runtime.Register("decodeResource", "(Landroid/content/res/Resources;I)Landroid/graphics/Bitmap;", "")]
public static Android.Graphics.Bitmap? DecodeResource (Android.Content.Res.Resources? res, int id);
[<Android.Runtime.Register("decodeResource", "(Landroid/content/res/Resources;I)Landroid/graphics/Bitmap;", "")>]
static member DecodeResource : Android.Content.Res.Resources * int -> Android.Graphics.Bitmap

Parameter

res
Resources

Das Ressourcenobjekt, das die Bilddaten enthält

id
Int32

Die Ressourcen-ID der Bilddaten

Gibt zurück

Die decodierte Bitmap oder NULL, wenn das Bild nicht decodiert werden konnte.

Attribute

Hinweise

Synonym für #decodeResource(Resources, int, android.graphics.BitmapFactory.Options) null-Optionen.

Java-Dokumentation für android.graphics.BitmapFactory.decodeResource(android.content.res.Resources, int).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für:

DecodeResource(Resources, Int32, BitmapFactory+Options)

Synonym für #decodeResource(Resources, int, android.graphics.BitmapFactory.Options) null-Optionen.

[Android.Runtime.Register("decodeResource", "(Landroid/content/res/Resources;ILandroid/graphics/BitmapFactory$Options;)Landroid/graphics/Bitmap;", "")]
public static Android.Graphics.Bitmap? DecodeResource (Android.Content.Res.Resources? res, int id, Android.Graphics.BitmapFactory.Options? opts);
[<Android.Runtime.Register("decodeResource", "(Landroid/content/res/Resources;ILandroid/graphics/BitmapFactory$Options;)Landroid/graphics/Bitmap;", "")>]
static member DecodeResource : Android.Content.Res.Resources * int * Android.Graphics.BitmapFactory.Options -> Android.Graphics.Bitmap

Parameter

res
Resources

Das Ressourcenobjekt, das die Bilddaten enthält

id
Int32

Die Ressourcen-ID der Bilddaten

opts
BitmapFactory.Options

null-ok; Optionen, die das Downsampling steuern und ob das Bild vollständig decodiert werden soll oder nur die Größe zurückgegeben wird.

Gibt zurück

Die decodierte Bitmap oder NULL, wenn das Bild nicht decodiert werden konnte.

Attribute

Hinweise

Java-Dokumentation für android.graphics.BitmapFactory.decodeResource(android.content.res.Resources, int).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: