RectangleF

RectangleF structure

public struct RectangleF : IEquatable<RectangleF>

构造函数

姓名 描述
RectangleF(PointF, SizeF)
RectangleF(float, float, float, float)

特性

姓名 描述
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 FromLTRB(float, float, float, float)
static Inflate(RectangleF, float, float)
static Intersect(RectangleF, RectangleF)
static Union(RectangleF, RectangleF)
Contains(PointF)
Contains(RectangleF)
Contains(float, float)
override Equals(object)
Equals(RectangleF)
override GetHashCode()
Inflate(SizeF)
Inflate(float, float)
Intersect(RectangleF)
IntersectsWith(RectangleF)
Offset(PointF)
Offset(float, float)
override ToString()
operator ==
implicit operator
operator !=

字段

姓名 描述
static readonly Empty

也可以看看