ClipDrawable.ScheduleDrawable Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ScheduleDrawable(Drawable, IRunnable, Int64) |
Un dessinable peut appeler ceci pour planifier l’image suivante de son animation. |
ScheduleDrawable(Drawable, Action, Int64) |
ScheduleDrawable(Drawable, IRunnable, Int64)
Un dessinable peut appeler ceci pour planifier l’image suivante de son animation.
[Android.Runtime.Register("scheduleDrawable", "(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V", "GetScheduleDrawable_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_JHandler")]
public override void ScheduleDrawable (Android.Graphics.Drawables.Drawable? who, Java.Lang.IRunnable? what, long when);
[<Android.Runtime.Register("scheduleDrawable", "(Landroid/graphics/drawable/Drawable;Ljava/lang/Runnable;J)V", "GetScheduleDrawable_Landroid_graphics_drawable_Drawable_Ljava_lang_Runnable_JHandler")>]
override this.ScheduleDrawable : Android.Graphics.Drawables.Drawable * Java.Lang.IRunnable * int64 -> unit
Paramètres
- who
- Drawable
Dessinable planifié.
- what
- IRunnable
Action à exécuter.
- when
- Int64
Heure (en millisecondes) à exécuter. La base de temps est UptimeMillis()
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 à
ScheduleDrawable(Drawable, Action, Int64)
public void ScheduleDrawable (Android.Graphics.Drawables.Drawable who, Action what, long when);
override this.ScheduleDrawable : Android.Graphics.Drawables.Drawable * Action * int64 -> unit
Paramètres
- who
- Drawable
- what
- Action
- when
- Int64
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.