Point.this

Constructs a new point with the given x and y coordinates.

@param x the x coordinate of the new point @param y the y coordinate of the new point

class Point
this
(
int x
,
int y
)

Meta