Android.Graphics.Drawables.BitmapDrawable Class
A Drawable that wraps a bitmap and can be tiled, stretched, or aligned.

See Also: BitmapDrawable Members

Syntax

[Android.Runtime.Register("android/graphics/drawable/BitmapDrawable", DoNotGenerateAcw=true)]
public class BitmapDrawable : Drawable

Remarks

A Drawable that wraps a bitmap and can be tiled, stretched, or aligned. You can create a BitmapDrawable from a file path, an input stream, through XML inflation, or from a Android.Graphics.Bitmap object.

It can be defined in an XML file with the <bitmap> element. For more information, see the guide to Drawable Resources.

Also see the Android.Graphics.Bitmap class, which handles the management and transformation of raw bitmap graphics, and should be used when drawing to a Android.Graphics.Canvas.

[Android Documentation]

Requirements

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