示例#1
0
        private void debug_checkImgSquare()
        {
            SKBitmap test = GlobalSingletonHelpers.buildFixedRotationSKBitmapFromBytes(GlobalStatusSingleton.mostRecentImgBytes);

            //SKBitmap test2 = GlobalSingletonHelpers.buildFixedRotationSKBitmapFromBytes(GlobalStatusSingleton.latestImg);
            if (test != null)
            {
                Debug.WriteLine("DHB:CameraEnterPhotoView:debug_checkImgSquare: w:" + test.Width + ", h:" + test.Height);
            }
            else
            {
                Debug.WriteLine("DHB:CameraEnterPhotoView:debug_checkImgSquare: test null??!?");
            }
            bool fake = false;
        }