- holder
- The SurfaceHolder whose surface has changed.
- format
- The new PixelFormat of the surface.
- width
- The new width of the surface.
- height
- The new height of the surface.
This is called immediately after any structural changes (format or size) have been made to the surface. You should at this point update the imagery in the surface. This method is always called at least once, after Android.Views.ISurfaceHolderCallback.SurfaceCreated(Android.Views.ISurfaceHolder).