//makes understanding aspect ratios much easier public static void Tell(AspectRatio aspectRatio) { Tell("Aspect Ratio: " + aspectRatio.width + "/" + aspectRatio.height + " (" + aspectRatio.ratio + ")."); }