/// <summary> /// Loads a previously saved image from local storage and displays it /// </summary> /// <param name="filename">name of the image file</param> /// <returns>true if the image was loaded and displayed</returns> public static bool LoadGraphicsPNGImageFromLocalStore(string filename) { return(manager.LoadGraphicsPNGImageFromLocalStore(filename)); }