/// <summary> /// Display a file picker, let the user select an image and then display it. /// </summary> /// <returns>false if the selection was abandoned</returns> public static bool PickImage() { return(manager.PickImage()); }