Partager via


ClipDrawable.UnscheduleDrawable Méthode

Définition

Surcharges

UnscheduleDrawable(Drawable, IRunnable)

Un drawable peut appeler ceci pour annuler la planification d’une action précédemment planifiée avec T :Android.Graphics.Drawables.Drawables.Drawable+ICallback.

UnscheduleDrawable(Drawable, Action)

UnscheduleDrawable(Drawable, IRunnable)

Un drawable peut appeler ceci pour annuler la planification d’une action précédemment planifiée avec T :Android.Graphics.Drawables.Drawables.Drawable+ICallback.

[Android.Runtime.Register("unscheduleDrawable", "(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;)V", "GetUnscheduleDrawable_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_Handler")]
public override void UnscheduleDrawable (Android.Graphics.Drawables.Drawable? who, Java.Lang.IRunnable? what);
[<Android.Runtime.Register("unscheduleDrawable", "(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;)V", "GetUnscheduleDrawable_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_Handler")>]
override this.UnscheduleDrawable : Android.Graphics.Drawables.Drawable * Java.Lang.IRunnable -> unit

Paramètres

who
Drawable

Le dessinable n’est pas planifié.

what
IRunnable

Action non planifiée.

Implémente

Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

UnscheduleDrawable(Drawable, Action)

public void UnscheduleDrawable (Android.Graphics.Drawables.Drawable who, Action what);
override this.UnscheduleDrawable : Android.Graphics.Drawables.Drawable * Action -> unit

Paramètres

who
Drawable
what
Action

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à