Solved

To Specify the Coordinates of the Rectangle, We Use FillRect

Question 3

Multiple Choice

To specify the coordinates of the rectangle, we use fillRect in which format (where w is the width, h is the height, and x and y are the coordinates of the starting point)


A) (w, h, x, y)
B) (h, w, x, y)
C) (x, y, w, h)
D) (x, y, h, w)

Correct Answer:

verifed

Verified

Related Questions