public void OnSurfaceTextureSizeChanged(Android.Graphics.SurfaceTexture surface, int width, int height)
 {
     owner.ConfigureTransform(width, height);
 }