RectangleF

RectangleF structure

public struct RectangleF

构造函数

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

特性

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

方法

姓名描述
static FromLeftTopRightBottom(float, float, float, float)
static FromPoints(PointF, PointF)
static Inflate(RectangleF, float, float)
static Intersect(RectangleF, RectangleF)
static Union(RectangleF, RectangleF)
Contains(PointF)
Contains(RectangleF)
Contains(float, float)
override Equals(object)
override GetHashCode()
Inflate(SizeF)
Inflate(float, float)
Intersect(RectangleF)
IntersectsWith(RectangleF)
Normalize()
Offset(PointF)
Offset(float, float)
override ToString()
operator /
operator ==
implicit operator
operator !=
operator *

也可以看看