Point p = new Point(3, 5);
Point p2 = new Point(p);
For anyone who wants to copy the coordinates, and not create a reference of point 'p'.
RoyceRK 4 months ago
something wrong with sound... Q_Q
tonyonthewave 7 months ago
thank you
Mr0Whitey 10 months ago
Point p = new Point(3, 5);
Point p2 = new Point(p);
For anyone who wants to copy the coordinates, and not create a reference of point 'p'.
RoyceRK 4 months ago
something wrong with sound... Q_Q
tonyonthewave 7 months ago
thank you
Mr0Whitey 10 months ago