GLTextureView.OnSurfaceTextureAvailable(SurfaceTexture, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked when a texture is ready for use.
public void OnSurfaceTextureAvailable(Android.Graphics.SurfaceTexture surface, int width, int height);
Parameters
- surface
- SurfaceTexture
The surface texture.
- width
- Int32
The width of the surface.
- height
- Int32
The height of the surface.