Camera2Basic.Listeners.Camera2BasicSurfaceTextureListener.OnSurfaceTextureSizeChanged C# (CSharp) 메소드

OnSurfaceTextureSizeChanged() 공개 메소드

public OnSurfaceTextureSizeChanged ( Android surface, int width, int height ) : void
surface Android
width int
height int
리턴 void
        public void OnSurfaceTextureSizeChanged(Android.Graphics.SurfaceTexture surface, int width, int height)
        {
            Owner.ConfigureTransform(width, height);
        }