Edit

SKGLSurfaceViewRenderer.OnSurfaceChanged(IGL10, Int32, Int32) Method

Definition

Called when the surface changed size.

public void OnSurfaceChanged(Javax.Microedition.Khronos.Opengles.IGL10 gl, int width, int height);

Parameters

gl
IGL10

The GL interface.

width
Int32

The new surface width.

height
Int32

The new surface height.

Implements

Applies to