// Assembly: System.Drawing
// Full name: System.Drawing.Point

namespace System.Drawing
{
public class Point // TypeDefIndex: 12385
{
	// Fields
	type#20868 x;
	type#20868 y;

	// Methods
	// RVA: -1
	public type#20867 get_X() { }
	// RVA: -1
	public type#20867 get_Y() { }
	// RVA: -1
	public static type#15313 op_Equality(type#24487 left, type#24487 right) { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 obj) { }
	// RVA: -1
	public virtual type#15313 Equals(type#24487 other) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#26576 ToString() { }
}
}
