Rectangle.this

Construct a new instance of this class given the x, y, width and height values.

@param x the x coordinate of the origin of the rectangle @param y the y coordinate of the origin of the rectangle @param width the width of the rectangle @param height the height of the rectangle

class Rectangle
this
(
int x
,
int y
,
int width
,
int height
)

Meta