Android.Widget.ImageView.SetImageBitmap Method
Sets a Bitmap as the content of this ImageView.

Syntax

[Android.Runtime.Register("setImageBitmap", "(Landroid/graphics/Bitmap;)V", "GetSetImageBitmap_Landroid_graphics_Bitmap_Handler")]
public virtual void SetImageBitmap (Android.Graphics.Bitmap bm)

Parameters

bm
The bitmap to set

Remarks

Sets a Bitmap as the content of this ImageView.

[Android Documentation]

Requirements

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