PixelFarm.Drawing.Image.GetCacheInnerImage C# (CSharp) Method

GetCacheInnerImage() public static method

public static GetCacheInnerImage ( Image img ) : System.IDisposable
img Image
return System.IDisposable
        public static System.IDisposable GetCacheInnerImage(Image img)
        {
            return img.innerImage;
        }
        public static void SetCacheInnerImage(Image img, System.IDisposable innerImage)