draw a rectangle

Use four numbers to draw a rectangle.

rect(right, down, width, height);.

The first two numbers set the position inside the canvas.

The second two numbers set the size of the rectangle.

rect(100, 50, 200, 110);