returns the bottom edge of the rectangle
returns the left edge of the rectangle
returns the right edge of the rectangle
returns the top edge of the rectangle
A constant empty rectangle.
An empty rectangle
Enlarges rectangle that way its corners lie on grid
Returns itself.
Creates a clone of this Rectangle
a copy of the rectangle
Checks whether the x and y coordinates given are contained within this Rectangle
The X coordinate of the point to test
The Y coordinate of the point to test
Whether the x/y coordinates are within this Rectangle
Pads the rectangle making it grow in all directions. If paddingY is omitted, both paddingX and paddingY will be set to paddingX.
Returns itself.
Generated using TypeDoc
Rectangle object is an area defined by its position, as indicated by its top-left corner point (x, y) and by its width and its height.
PIXI