Area of this rectangle.
Exclusive bottom co-ordinate of rectangle. (inclusiveBottom + 1)
The exclusive first corner point in a rectangle.
If the x and y coordinates respectively represent the right or bottom edge, the point is the first point outside the rectangle.
The exclusive corner point opposite the first point in the rectangle.
If the x and y coordinates respectively represent the right or bottom edge, the point is the first point outside the rectangle.
Exclusive right co-ordinate of rectangle. (inclusiveRight + 1)
Height of this rect (always positive).
Bottom co-ordinate of rectangle.
The inclusive first corner point in a rectangle.
The x and y coordinates represent the edges of the rectangle.
The inclusive corner point opposite the first point in the rectangle.
The x and y coordinates represent the edges of the rectangle.
Right co-ordinate of rectangle.
Left co-ordinate of rectangle (same as x).
Top co-ordinate of rectangle (same as y).
Width of this rectangle (always positive).
The x-coordinate of the top-left corner of the rectangle.
The y-coordinate of the top-left corner of the rectangle.
Adjusts the selection to where it would be after a columns deletion.
true if selection changed, false if it was not changed or null if it should be fully deleted
Adjusts the selection to where it would be after a columns insertion.
true if selection changed
Adjusts the selection to where it would be after a rows deletion.
true if selection changed, false if it was not changed or null if it should be fully deleted
Adjusts the selection to where it would be after a rows insertion.
true if selection changed
Determines whether the specified point is contained within the rectangle.
The point or rect to test for containment.
true
if the point is within the rectangle; otherwise, false
.
Determines whether the specified x-coordinate is within the horizontal bounds of the rectangle.
The x-coordinate to test.
true
if the x-coordinate is within the rectangle's horizontal bounds; otherwise, false
.
Determines whether the specified point (x, y) is contained within the rectangle.
The x-coordinate of the point to test.
The y-coordinate of the point to test.
true
if the point is within the rectangle; otherwise, false
.
Determines whether the specified y-coordinate is within the vertical bounds of the rectangle.
The y-coordinate to test.
true
if the y-coordinate is within the rectangle's vertical bounds; otherwise, false
.
Creates a copy of the current RevFirstCornerRectangle
instance.
Grows this Rectangle in x direction with let staying fixed
Grows this Rectangle in y direction with top staying fixed
The rectangle to intersect with this rect.
true
iff this rect overlaps with given rect
.
Moves this Rectangle in x direction
Moves this Rectangle in y direction
(Formerly: insetBy
.)
Amount by which to increase (+) or decrease (-) this rect
That is enlarged/shrunk by given padding
.
The shrinkBy method.
Amount by which to decrease (+) or increase (-) this rect.
That is enlarged/shrunk by given padding
.
The growBy method.
The rectangle to union with this rect.
Bounding rect that contains both this rect and the given rect
.
Horizontal coordinate of the new rect.
A copy of this rect but with horizontal position reset to given x
and no width.
Vertical coordinate of the new rect.
A copy of this rect but with vertical position reset to given y
and no height.
Rectangle to test against this rect.
true
iff this
rect is entirely contained within given rect
.
The corner of the rectangle designated as its first corner.