Optional
x: numberThe X coordinate of the upper-left corner of the rounded rectangle
Optional
y: numberThe Y coordinate of the upper-left corner of the rounded rectangle
Optional
width: numberThe overall width of this rounded rectangle
Optional
height: numberThe overall height of this rounded rectangle
Optional
radius: numberControls the radius of the rounded corners
Readonly
typeThe type of the object, mainly used to avoid instanceof
checks
Creates a clone of this Rounded Rectangle.
Checks whether the x and y coordinates given are contained within this Rounded Rectangle
The X coordinate of the point to test.
The Y coordinate of the point to test.
The Rounded Rectangle object is an area that has nice rounded corners, as indicated by its top-left corner point (x, y) and by its width and its height and its radius.
Memberof
PIXI