Partager via


Choreographer.RemoveFrameCallback(Choreographer+IFrameCallback) Méthode

Définition

Supprime un rappel de frame précédemment publié.

[Android.Runtime.Register("removeFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")]
public void RemoveFrameCallback (Android.Views.Choreographer.IFrameCallback? callback);
[<Android.Runtime.Register("removeFrameCallback", "(Landroid/view/Choreographer$FrameCallback;)V", "")>]
member this.RemoveFrameCallback : Android.Views.Choreographer.IFrameCallback -> unit

Paramètres

callback
Choreographer.IFrameCallback

Rappel d’image à supprimer.

Attributs

Remarques

Documentation Java pour android.view.Choreographer.removeFrameCallback(android.view.FrameCallback).

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 à

Voir aussi

  • <xref:Android.Views.Choreographer.PostFrameCallback(.IFrameCallback)>
  • <xref:Android.Views.Choreographer.PostFrameCallbackDelayed(.IFrameCallback%2c+System.Int64)>