Return a new Rect with the given upper left corner and dimensions.
Return a new Rect with the given boundaries.
Return a new Rect defined by the given Points.
Get or set the value of the boundary.
Get or set the value of the boundary.
Get the value of the boundary.
Get the value of the boundary.
Set the boundaries to the given values.
Set the dimensions.
Set or get the width.
Set or get the height.
Return the upper left corner as a Point.
Return a Point whose x value is the height and whose y value is the width.
Return the upper left corner as a Point.
Return the upper right corner as a Point.
Return the lower left corner as a Point.
Return the lower right corner as a Point.
Returns a new Rect which is offset by x and y.
Returns a new Rect whose upper left corner is moved to (x, y).
Returns a new Rect whose upper left corner is moved to aPoint.
Returns a new Rect whose dimensions have been changed by (x, y).
Returns a new Rect whose dimensions are (x, y).
Returns a new Rect whose boundaries have been inset by (x, y). If only one argument is supplied, it will be used for both x and y.
Returns a new Rect whose boundaries have been inset by the given amounts.
Answers whether aPoint is in the receiver.
Returns a new Rect which contains the receiver and aRect.
Returns a new Rect which is the intersection of the receiver and aRect.