Lingua

Choreographer.PostFrameCallbackDelayed Metodo

Definizione

Inserisce un callback dei fotogrammi da eseguire nel fotogramma successivo dopo il ritardo specificato.

[Android.Runtime.Register("postFrameCallbackDelayed", "(Landroid/view/Choreographer$FrameCallback;J)V", "")]
public void PostFrameCallbackDelayed(Android.Views.Choreographer.IFrameCallback? callback, long delayMillis);
[<Android.Runtime.Register("postFrameCallbackDelayed", "(Landroid/view/Choreographer$FrameCallback;J)V", "")>]
member this.PostFrameCallbackDelayed : Android.Views.Choreographer.IFrameCallback * int64 -> unit

Parametri

callback
Choreographer.IFrameCallback

Callback del fotogramma da eseguire durante il fotogramma successivo.

delayMillis
Int64

Tempo di ritardo in millisecondi.

Attributi

Commenti

per android.view.Choreographer.postFrameCallbackDelayed(android.view.Choreographer.FrameCallback, long).

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.PostFrameCallback(.IFrameCallback)>
  • <xref:Android.Views.Choreographer.RemoveFrameCallback(.IFrameCallback)>