/// <summary> /// Simple method wrapper to help with displaying system images /// </summary> /// <param name="systemImage"></param> /// <param name="layer"></param> public void ShowSystemImage(SystemImage systemImage, string layer) { _misty.DisplayImage($"e_{systemImage.ToString()}.jpg", layer, false, null); }
/// <summary> /// Simple method wrapper to help with calling display system images /// </summary> public void ShowSystemImage(SystemImage systemImage, double alpha) { _misty.DisplayImage($"e_{systemImage.ToString()}.jpg", null, false, null); }