LayoutFarm.RenderUtils.GetLoadImage C# (CSharp) Method

GetLoadImage() private static method

Get singleton instance of load image.
private static GetLoadImage ( ) : Image
return PixelFarm.Drawing.Image
        private static Image GetLoadImage()
        {
            //if (_loadImage == null)
            //    _loadImage = loadingImage;
            return _loadImage;
        }