コード例 #1
0
 public static string GetExtensionName(this DiscordImageFormat f)
 => f.ToSystemFormat().GetExtensionName();
コード例 #2
0
 public static void Save(Bitmap bmp, string path, DiscordImageFormat f)
 => Save(bmp, path, f.ToSystemFormat());