14 lines
320 B
C#
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
|
|
{
|
|
}
|
|
}
|