Holds the height of the rectangle.
Holds the width of the rectangle.
Holds the x-coordinate of the point. Default is 0.
Holds the y-coordinate of the point. Default is 0.
Adds the given rectangle to this rectangle.
Returns true if the given object equals this rectangle.
Changes this rectangle to where it overlaps with the given rectangle.
Static
from
Extends Point to implement a 2-dimensional rectangle with double precision coordinates.
Constructor: mxRectangle
Constructs a new rectangle for the optional parameters. If no parameters are given then the respective default values are used.