Android.Widget.ImageView.SetImageDrawable Method
Sets a drawable as the content of this ImageView.

Syntax

[Android.Runtime.Register("setImageDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetImageDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void SetImageDrawable (Android.Graphics.Drawables.Drawable drawable)

Parameters

drawable
The drawable to set

Remarks

Sets a drawable 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