View.InvalidateDrawable(Drawable) Method

Definition

Invalidates the specified Drawable.

[Android.Runtime.Register("invalidateDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetInvalidateDrawable_Landroid_graphics_drawable_Drawable_Handler")]
public virtual void InvalidateDrawable (Android.Graphics.Drawables.Drawable drawable);
[<Android.Runtime.Register("invalidateDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetInvalidateDrawable_Landroid_graphics_drawable_Drawable_Handler")>]
abstract member InvalidateDrawable : Android.Graphics.Drawables.Drawable -> unit
override this.InvalidateDrawable : Android.Graphics.Drawables.Drawable -> unit

Parameters

drawable
Drawable

the drawable to invalidate

Implements

Attributes

Remarks

Invalidates the specified Drawable.

Java documentation for android.view.View.invalidateDrawable(android.graphics.drawable.Drawable).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to