Files
Apr2020-Cpp2Il-Dump/System.Drawing/System/Drawing/ImageFormatConverter.cs
T
niko 8fc35183db a
2026-04-11 22:19:20 +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
{
}
}