Files
Aug2021-Cpp2IL-Dump/System.Drawing/System/Drawing/PointConverter.cs
T
2026-04-10 22:50:51 +02:00

14 lines
320 B
C#

using System;
using System.ComponentModel;
using Cpp2IlInjected;
namespace System.Drawing
{
/// <summary>Converts a <see cref="T:System.Drawing.Point" /> object from one data type to another.</summary>
// Token: 0x02000028 RID: 40
[Token(Token = "0x2000028")]
public class PointConverter : TypeConverter
{
}
}