System.Drawing.Rectangle: Method Members

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

See Also: Inherited members from System.ValueType

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.