Optionalx: numberThe X coordinate of the upper-left corner of the rounded rectangle
Optionaly: numberThe Y coordinate of the upper-left corner of the rounded rectangle
Optionalwidth: numberThe overall width of this rounded rectangle
Optionalheight: numberThe overall height of this rounded rectangle
Optionalradius: numberControls the radius of the rounded corners
ReadonlytypeThe 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