Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:7 Constructors constructor new Rounded Rectangle ( x ? , y ? , width ? , height ? , radius ? ) : RoundedRectangle Parameters Optional
x : number Optional
y : number Optional
width : number Optional
height : number Optional
radius : number Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:31 Properties height height : number
Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:15 radius radius : number
Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:17 Readonly
type Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:23 width width : number
Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:13 x x : number
Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:9 y y : number
Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:11 Methods clone clone ( ) : RoundedRectangle
A copy of the rounded rectangle.
Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:36 contains contains ( x , y ) : boolean Returns boolean
Whether the x/y coordinates are within this Rounded Rectangle.
Defined in node_modules/@pixi/math/lib/shapes/RoundedRectangle.d.ts:43
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