System.Drawing.RectangleF: Method Members

The methods of System.Drawing.RectangleF are listed below. For a list of all members, see the RectangleF Members list.

See Also: Inherited members from System.ValueType

Public Methods

Contains(PointF) : bool
Documentation for this section has not yet been entered.
Contains(RectangleF) : bool
Documentation for this section has not yet been entered.
Contains(float, float) : bool
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
FromLTRB(float, float, float, float) : RectangleF
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
Inflate(SizeF)
Documentation for this section has not yet been entered.
Inflate(float, float)
Documentation for this section has not yet been entered.
static
Inflate(RectangleF, float, float) : RectangleF
Documentation for this section has not yet been entered.
Intersect(RectangleF)
Documentation for this section has not yet been entered.
static
Intersect(RectangleF, RectangleF) : RectangleF
Documentation for this section has not yet been entered.
IntersectsWith(RectangleF) : bool
Documentation for this section has not yet been entered.
Offset(PointF)
Documentation for this section has not yet been entered.
Offset(float, float)
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
Union(RectangleF, RectangleF) : RectangleF
Documentation for this section has not yet been entered.