Android.Service.Wallpaper.WallpaperService.Engine.OnSurfaceChanged Method
Convenience for Android.Views.ISurfaceHolderCallback.SurfaceChanged(Android.Views.ISurfaceHolder, Android.Graphics.Format, Android.Graphics.Format, Android.Graphics.Format).

Syntax

[Android.Runtime.Register("onSurfaceChanged", "(Landroid/view/SurfaceHolder;III)V", "GetOnSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler")]
public virtual void OnSurfaceChanged (Android.Views.ISurfaceHolder holder, [Android.Runtime.GeneratedEnum] Android.Graphics.Format format, int width, int height)

Parameters

holder
Documentation for this section has not yet been entered.
format
Documentation for this section has not yet been entered.
width
Documentation for this section has not yet been entered.
height
Documentation for this section has not yet been entered.

Remarks

Requirements

Namespace: Android.Service.Wallpaper
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7