Compartilhar via


GLSurfaceView.SurfaceChanged(ISurfaceHolder, Format, Int32, Int32) Método

Definição

Este método faz parte do SurfaceHolder.

[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);
[<Android.Runtime.Register("surfaceChanged", "(Landroid/view/SurfaceHolder;III)V", "GetSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler")>]
abstract member SurfaceChanged : Android.Views.ISurfaceHolder * Android.Graphics.Format * int * int -> unit
override this.SurfaceChanged : Android.Views.ISurfaceHolder * Android.Graphics.Format * int * int -> unit

Parâmetros

holder
ISurfaceHolder

O SurfaceHolder cuja superfície foi alterada.

format
Format

O novo PixelFormat da superfície.

w
Int32

A nova largura da superfície.

h
Int32

A nova altura da superfície.

Implementações

Atributos

Comentários

Esse método faz parte da interface SurfaceHolder.Callback e normalmente não é chamado ou subclassificado por clientes do GLSurfaceView.

Documentação Java para android.opengl.GLSurfaceView.surfaceChanged(android.view.SurfaceHolder, int, int, int).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a