The methods of Android.Widget.ImageView are listed below. For a list of all members, see the ImageView Members list.
See Also: Inherited members from Android.Views.View
ClearColorFilter() | ||
GetScaleType()Return the current scale type in use by this ImageView. | ||
OnCreateDrawableState(int)Generate the new Android.Graphics.Drawables.Drawable state for this view. | ||
SetAdjustViewBounds(bool)Set this to true if you want the ImageView to adjust its bounds to preserve the aspect ratio of its drawable. | ||
SetAlpha(int)Sets the alpha value that should be applied to the image. | ||
SetBaseline(int) | ||
SetColorFilter(Android.Graphics.Color)Set a tinting option for the image. | ||
SetColorFilter(Android.Graphics.ColorFilter)Apply an arbitrary colorfilter to the image. | ||
SetColorFilter(Android.Graphics.Color, Android.Graphics.PorterDuff.Mode)Set a tinting option for the image. | ||
SetImageBitmap(Android.Graphics.Bitmap)Sets a Bitmap as the content of this ImageView. | ||
SetImageDrawable(Android.Graphics.Drawables.Drawable)Sets a drawable as the content of this ImageView. | ||
SetImageLevel(int)Sets the image level, when it is constructed from a Android.Graphics.Drawables.LevelListDrawable. | ||
SetImageResource(int)Sets a drawable as the content of this ImageView. | ||
SetImageState(int[], bool) | ||
SetImageURI(Android.Net.Uri)Sets the content of this ImageView to the specified Uri. | ||
SetMaxHeight(int)An optional argument to supply a maximum height for this view. | ||
SetMaxWidth(int)An optional argument to supply a maximum width for this view. | ||
SetScaleType(ImageView.ScaleType)Controls how the image should be resized or moved to match the size of this ImageView. |