Lingua

Choreographer.PostFrameCallback(Choreographer+IFrameCallback) Metodo

Definizione

Inserisce un callback di frame per l'esecuzione nel frame successivo.

[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

Parametri

callback
Choreographer.IFrameCallback

Callback del fotogramma da eseguire durante il fotogramma successivo.

Attributi

Commenti

per android.view.Choreographer.postFrameCallback(android.view.Choreographer.FrameCallback).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche

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