コード例 #1
0
 public static int MaxSize(ExportSize size) =>
 size switch
 {
コード例 #2
0
 public static string SizeDesc(ExportSize size) => $"{size.Humanize()}" + (size == ExportSize.FullRes ? "" : $" (max {MaxSize(size)}x{MaxSize(size)})");