Condividi tramite


WallpaperService.Engine.OnSurfaceChanged Metodo

Definizione

Praticità per SurfaceHolder.Callback#surfaceChanged SurfaceHolder.Callback.surfaceChanged().

[Android.Runtime.Register("onSurfaceChanged", "(Landroid/view/SurfaceHolder;III)V", "GetOnSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler")]
public virtual void OnSurfaceChanged (Android.Views.ISurfaceHolder? holder, Android.Graphics.Format format, int width, int height);
[<Android.Runtime.Register("onSurfaceChanged", "(Landroid/view/SurfaceHolder;III)V", "GetOnSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler")>]
abstract member OnSurfaceChanged : Android.Views.ISurfaceHolder * Android.Graphics.Format * int * int -> unit
override this.OnSurfaceChanged : Android.Views.ISurfaceHolder * Android.Graphics.Format * int * int -> unit

Parametri

format
Format
width
Int32
height
Int32
Attributi

Commenti

Praticità per SurfaceHolder.Callback#surfaceChanged SurfaceHolder.Callback.surfaceChanged().

Documentazione Java per android.service.wallpaper.WallpaperService.Engine.onSurfaceChanged(android.view.SurfaceHolder, int, int, int).

Le parti di questa pagina sono modifiche in base al lavoro creato e condiviso dal Android Open Source e usato in base ai termini descritti nella .

Si applica a