System.Drawing.RectangleF Members

The members of System.Drawing.RectangleF are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
EmptyRectangleF. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Bottomfloat. Documentation for this section has not yet been entered.
Heightfloat. Documentation for this section has not yet been entered.
[read-only]
IsEmptybool. Documentation for this section has not yet been entered.
[read-only]
Leftfloat. Documentation for this section has not yet been entered.
LocationPointF. Documentation for this section has not yet been entered.
[read-only]
Rightfloat. Documentation for this section has not yet been entered.
SizeSizeF. Documentation for this section has not yet been entered.
[read-only]
Topfloat. Documentation for this section has not yet been entered.
Widthfloat. Documentation for this section has not yet been entered.
Xfloat. Documentation for this section has not yet been entered.
Yfloat. Documentation for this section has not yet been entered.

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.

Public Operators

static
Equality(RectangleF, RectangleF)Documentation for this section has not yet been entered.
static
Inequality(RectangleF, RectangleF)Documentation for this section has not yet been entered.
static
Conversion to System.Drawing.RectangleF(Implicit)Documentation for this section has not yet been entered.