System.Drawing.Rectangle Members

The members of System.Drawing.Rectangle 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
EmptyRectangle. Documentation for this section has not yet been entered.

Public Properties

[read-only]
Bottomint. Documentation for this section has not yet been entered.
Heightint. Documentation for this section has not yet been entered.
[read-only]
IsEmptybool. Documentation for this section has not yet been entered.
[read-only]
Leftint. Documentation for this section has not yet been entered.
LocationPoint. Documentation for this section has not yet been entered.
[read-only]
Rightint. Documentation for this section has not yet been entered.
SizeSize. Documentation for this section has not yet been entered.
[read-only]
Topint. Documentation for this section has not yet been entered.
Widthint. Documentation for this section has not yet been entered.
Xint. Documentation for this section has not yet been entered.
Yint. Documentation for this section has not yet been entered.

Public Methods

static
Ceiling(RectangleF) : Rectangle
Documentation for this section has not yet been entered.
Contains(Point) : bool
Documentation for this section has not yet been entered.
Contains(Rectangle) : bool
Documentation for this section has not yet been entered.
Contains(int, int) : 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(int, int, int, int) : Rectangle
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
Inflate(Size)
Documentation for this section has not yet been entered.
Inflate(int, int)
Documentation for this section has not yet been entered.
static
Inflate(Rectangle, int, int) : Rectangle
Documentation for this section has not yet been entered.
Intersect(Rectangle)
Documentation for this section has not yet been entered.
static
Intersect(Rectangle, Rectangle) : Rectangle
Documentation for this section has not yet been entered.
IntersectsWith(Rectangle) : bool
Documentation for this section has not yet been entered.
Offset(Point)
Documentation for this section has not yet been entered.
Offset(int, int)
Documentation for this section has not yet been entered.
static
Round(RectangleF) : Rectangle
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
static
Truncate(RectangleF) : Rectangle
Documentation for this section has not yet been entered.
static
Union(Rectangle, Rectangle) : Rectangle
Documentation for this section has not yet been entered.

Public Operators

static
Equality(Rectangle, Rectangle)Documentation for this section has not yet been entered.
static
Inequality(Rectangle, Rectangle)Documentation for this section has not yet been entered.