Langue

Choreographer.PostFrameCallback(Choreographer+IFrameCallback) Méthode

Définition

Publie un rappel d’image à exécuter sur l’image suivante.

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

Paramètres

callback
Choreographer.IFrameCallback

Rappel d’image à exécuter pendant l’image suivante.

Attributs

Remarques

Java documentation pour android.view.Choreographer.postFrameCallback(android.view.Choreographer.FrameCallback).

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

S’applique à

Voir aussi

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