Example #1
0
        float GetZoomValueToFit()
        {
            CGSize imageSize = mImage.Size;

            return(ImageDiffExtensions.CalculateZoomToFit(
                       imageSize.Width, imageSize.Height,
                       ContentSize.Width, ContentSize.Height));
        }