SKSurfaceView.SurfaceChanged(ISurfaceHolder, Format, 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.
This is called immediately after any structural changes (format or size) have been made to the surface.
public virtual void SurfaceChanged(Android.Views.ISurfaceHolder holder, Android.Graphics.Format format, int width, int height);
Parameters
- holder
- ISurfaceHolder
The ISurfaceHolder whose surface has changed.
- width
- Int32
The new width of the surface.
- height
- Int32
The new height of the surface.