RSTextureView.OnSurfaceTextureSizeChanged Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
deprecated
Este miembro está en desuso.
[Android.Runtime.Register("onSurfaceTextureSizeChanged", "(Landroid/graphics/SurfaceTexture;II)V", "GetOnSurfaceTextureSizeChanged_Landroid_graphics_SurfaceTexture_IIHandler")]
[System.Obsolete("deprecated")]
public virtual void OnSurfaceTextureSizeChanged(Android.Graphics.SurfaceTexture? surface, int width, int height);
[<Android.Runtime.Register("onSurfaceTextureSizeChanged", "(Landroid/graphics/SurfaceTexture;II)V", "GetOnSurfaceTextureSizeChanged_Landroid_graphics_SurfaceTexture_IIHandler")>]
[<System.Obsolete("deprecated")>]
abstract member OnSurfaceTextureSizeChanged : Android.Graphics.SurfaceTexture * int * int -> unit
override this.OnSurfaceTextureSizeChanged : Android.Graphics.SurfaceTexture * int * int -> unit
Parámetros
- surface
- SurfaceTexture
- width
- Int32
- height
- Int32
Implementaciones
- Atributos
Comentarios
Este miembro está en desuso. en api 16
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.