Edit

GLTextureView.OnSurfaceTextureSizeChanged Method

Definition

Invoked when the texture's buffers size changed.

public void OnSurfaceTextureSizeChanged(Android.Graphics.SurfaceTexture surface, int w, int h);

Parameters

surface
SurfaceTexture

The surface texture.

w
Int32

The new width of the surface.

h
Int32

The new height of the surface.

Implements

Applies to