Files
2026-04-10 22:50:51 +02:00

15 lines
522 B
C#

using System;
using System.ComponentModel;
using Cpp2IlInjected;
namespace System.Drawing
{
/// <summary>
/// <see cref="T:System.Drawing.ImageFormatConverter" /> is a class that can be used to convert <see cref="T:System.Drawing.Imaging.ImageFormat" /> objects from one data type to another. Access this class through the <see cref="T:System.ComponentModel.TypeDescriptor" /> object.</summary>
// Token: 0x02000024 RID: 36
[Token(Token = "0x2000024")]
public class ImageFormatConverter : TypeConverter
{
}
}