Android.Opengl.GLSurfaceView.SurfaceChanged Method
This method is part of the SurfaceHolder.

Syntax

[Android.Runtime.Register("surfaceChanged", "(Landroid/view/SurfaceHolder;III)V", "GetSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler")]
public virtual void SurfaceChanged (Android.Views.ISurfaceHolder holder, Android.Graphics.Format format, int w, int h)

Parameters

holder
The SurfaceHolder whose surface has changed.
format
The new PixelFormat of the surface.
w
The new width of the surface.
h
The new height of the surface.

Remarks

This method is part of the SurfaceHolder.Callback interface, and is not normally called or subclassed by clients of GLSurfaceView.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3