Rectangle.copy()

Copy the values of the rectangle given as parameter into this rectangle

Parameters

NameTypeDescription
1rectangleRectangle

Return value

void

the rectangle with its new values

Usage