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

Definición

Precaución

deprecated

Este miembro está en desuso.

[Android.Runtime.Register("surfaceChanged", "(Landroid/view/SurfaceHolder;III)V", "GetSurfaceChanged_Landroid_view_SurfaceHolder_IIIHandler")]
[System.Obsolete("deprecated")]
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")>]
[<System.Obsolete("deprecated")>]
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

format
Format
w
Int32
h
Int32

Implementaciones

Atributos

Comentarios

Este miembro está en desuso. en la API 16 Este método forma parte de la interfaz SurfaceHolder.Callback y normalmente los clientes de RSSurfaceView no llaman o subclasan.

Java documentación para android.renderscript.RSSurfaceView.surfaceChanged(android.view.SurfaceHolder, int, int, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a