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

SetCacheInnerImage() public static method

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