// Assembly: UnityEngine.CoreModule
// Full name: UnityEngine.Rect

namespace UnityEngine
{
public class Rect // TypeDefIndex: 8684
{
	// Fields
	type#26060 m_XMin;
	type#26060 m_YMin;
	type#26060 m_Width;
	type#26060 m_Height;

	// Methods
	// RVA: -1
	public type#28660 .ctor(type#26059 x, type#26059 y, type#26059 width, type#26059 height) { }
	// RVA: -1
	public type#28660 .ctor(type#28439 position, type#28439 size) { }
	// RVA: -1
	public type#28660 .ctor(type#25017 source) { }
	// RVA: -1
	public static type#25017 get_zero() { }
	// RVA: -1
	public static type#25017 MinMaxRect(type#26059 xmin, type#26059 ymin, type#26059 xmax, type#26059 ymax) { }
	// RVA: -1
	public type#26059 get_x() { }
	// RVA: -1
	public type#28660 set_x(type#26059 value) { }
	// RVA: -1
	public type#26059 get_y() { }
	// RVA: -1
	public type#28660 set_y(type#26059 value) { }
	// RVA: -1
	public type#28439 get_position() { }
	// RVA: -1
	public type#28660 set_position(type#28439 value) { }
	// RVA: -1
	public type#28439 get_center() { }
	// RVA: -1
	public type#28660 set_center(type#28439 value) { }
	// RVA: -1
	public type#28439 get_min() { }
	// RVA: -1
	public type#28660 set_min(type#28439 value) { }
	// RVA: -1
	public type#28439 get_max() { }
	// RVA: -1
	public type#28660 set_max(type#28439 value) { }
	// RVA: -1
	public type#26059 get_width() { }
	// RVA: -1
	public type#28660 set_width(type#26059 value) { }
	// RVA: -1
	public type#26059 get_height() { }
	// RVA: -1
	public type#28660 set_height(type#26059 value) { }
	// RVA: -1
	public type#28439 get_size() { }
	// RVA: -1
	public type#28660 set_size(type#28439 value) { }
	// RVA: -1
	public type#26059 get_xMin() { }
	// RVA: -1
	public type#28660 set_xMin(type#26059 value) { }
	// RVA: -1
	public type#26059 get_yMin() { }
	// RVA: -1
	public type#28660 set_yMin(type#26059 value) { }
	// RVA: -1
	public type#26059 get_xMax() { }
	// RVA: -1
	public type#28660 set_xMax(type#26059 value) { }
	// RVA: -1
	public type#26059 get_yMax() { }
	// RVA: -1
	public type#28660 set_yMax(type#26059 value) { }
	// RVA: -1
	public type#15313 Contains(type#28439 point) { }
	// RVA: -1
	public type#15313 Contains(type#28468 point) { }
	// RVA: -1
	private static type#25017 OrderMinMax(type#25017 rect) { }
	// RVA: -1
	public type#15313 Overlaps(type#25017 other) { }
	// RVA: -1
	public type#15313 Overlaps(type#25017 other, type#15313 allowInverse) { }
	// RVA: -1
	public static type#28439 PointToNormalized(type#25017 rectangle, type#28439 point) { }
	// RVA: -1
	public static type#15313 op_Inequality(type#25017 lhs, type#25017 rhs) { }
	// RVA: -1
	public static type#15313 op_Equality(type#25017 lhs, type#25017 rhs) { }
	// RVA: -1
	public virtual type#20867 GetHashCode() { }
	// RVA: -1
	public virtual type#15313 Equals(type#23705 other) { }
	// RVA: -1
	public virtual type#15313 Equals(type#25017 other) { }
	// RVA: -1
	public virtual type#26576 ToString() { }
	// RVA: -1
	public virtual type#26576 ToString(type#26576 format, type#20119 formatProvider) { }
}
}
