ClipDrawable.InvalidateDrawable(Drawable) Method

Definition

Called when the drawable needs to be redrawn.

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

Parameters

who
Drawable

The drawable that is requesting the update.

Implements

Attributes

Remarks

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