Android.Graphics.BitmapFactory.DecodeResource Method
Synonym for BitmapFactory.DecodeResource(Android.Content.Res.Resources, System.Int32, System.Int32) with null Options.

Syntax

[Android.Runtime.Register("decodeResource", "(Landroid/content/res/Resources;I)Landroid/graphics/Bitmap;", "")]
public static Bitmap DecodeResource (Android.Content.Res.Resources res, int id)

Parameters

res
The resources object containing the image data
id
The resource id of the image data

Returns

Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1