WallpaperService.Engine.OnSurfaceDestroyed(ISurfaceHolder) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Praticità per SurfaceHolder.Callback#surfaceDestroyed
SurfaceHolder.Callback.surfaceDestroyed()
.
[Android.Runtime.Register("onSurfaceDestroyed", "(Landroid/view/SurfaceHolder;)V", "GetOnSurfaceDestroyed_Landroid_view_SurfaceHolder_Handler")]
public virtual void OnSurfaceDestroyed (Android.Views.ISurfaceHolder? holder);
[<Android.Runtime.Register("onSurfaceDestroyed", "(Landroid/view/SurfaceHolder;)V", "GetOnSurfaceDestroyed_Landroid_view_SurfaceHolder_Handler")>]
abstract member OnSurfaceDestroyed : Android.Views.ISurfaceHolder -> unit
override this.OnSurfaceDestroyed : Android.Views.ISurfaceHolder -> unit
Parametri
- holder
- ISurfaceHolder
- Attributi
Commenti
Praticità per SurfaceHolder.Callback#surfaceDestroyed SurfaceHolder.Callback.surfaceDestroyed()
.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.