Rectangle

Rectangle structure

public struct Rectangle : IEquatable<Rectangle>

构造函数

姓名 描述
Rectangle(Point, Size)
Rectangle(int, int, int, int)

特性

姓名 描述
Bottom { get; }
Height { get; set; }
IsEmpty { get; }
Left { get; }
Location { get; set; }
Right { get; }
Size { get; set; }
Top { get; }
Width { get; set; }
X { get; set; }
Y { get; set; }

方法

姓名 描述
static Ceiling(RectangleF)
static FromLTRB(int, int, int, int)
static Inflate(Rectangle, int, int)
static Intersect(Rectangle, Rectangle)
static Round(RectangleF)
static Truncate(RectangleF)
static Union(Rectangle, Rectangle)
Contains(Point)
Contains(Rectangle)
Contains(int, int)
override Equals(object)
Equals(Rectangle)
override GetHashCode()
Inflate(Size)
Inflate(int, int)
Intersect(Rectangle)
IntersectsWith(Rectangle)
Offset(Point)
Offset(int, int)
override ToString()
operator ==
operator !=

字段

姓名 描述
static readonly Empty

也可以看看