Equivalent to calling ImageView.setImageBitmap
Syntax
[Android.Runtime.Register("setImageViewBitmap", "(ILandroid/graphics/Bitmap;)V", "GetSetImageViewBitmap_ILandroid_graphics_Bitmap_Handler")]
public virtual
void SetImageViewBitmap (
int viewId,
Android.Graphics.Bitmap bitmap)
Parameters
- viewId
- The id of the view whose bitmap should change
- bitmap
- The new Bitmap for the drawable
Remarks
Requirements
Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3