System.Drawing.RectangleF Members

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

See Also: Inherited members from System.ValueType

Public Constructors

RectangleF Constructor
RectangleF Constructor

Public Fields

static readonly
EmptyRectangleF. Empty Shared Field

Public Properties

[read-only]
Bottomfloat. Bottom Property
Heightfloat. Height Property
[read-only]
IsEmptybool. IsEmpty Property
[read-only]
Leftfloat. Left Property
LocationPointF. Location Property
[read-only]
Rightfloat. Right Property
SizeSizeF. Size Property
[read-only]
Topfloat. Top Property
Widthfloat. Width Property
Xfloat. X Property
Yfloat. Y Property

Public Methods

Contains(PointF) : bool
Contains Method
Contains(RectangleF) : bool
Contains Method
Contains(float, float) : bool
Contains Method
override
Equals(object) : bool
Equals Method
static
FromLTRB(float, float, float, float) : RectangleF
FromLTRB Shared Method
override
GetHashCode() : int
GetHashCode Method
Inflate(SizeF)
Inflate Method
Inflate(float, float)
Inflate Method
static
Inflate(RectangleF, float, float) : RectangleF
Inflate Shared Method
Intersect(RectangleF)
Intersect Method
static
Intersect(RectangleF, RectangleF) : RectangleF
Intersect Shared Method
IntersectsWith(RectangleF) : bool
IntersectsWith Method
Offset(PointF)
Offset Method
Offset(float, float)
Offset Method
override
ToString() : string
ToString Method
static
Union(RectangleF, RectangleF) : RectangleF
Union Shared Method

Public Operators

static
Equality(RectangleF, RectangleF) Equality Operator
static
Inequality(RectangleF, RectangleF) Inequality Operator
static
Conversion to System.Drawing.RectangleF(Implicit) Rectangle to RectangleF Conversion