Solved

How Do You Specify the Color for the Interior of a Rectangle

Question 25

Multiple Choice

How do you specify the color for the interior of a rectangle?


A) Use the rectangle object to call the <code>setColor</code> method.
B) Use the rectangle object to call the <code>setInterior</code> method.
C) Before calling <code>fillRect</code>, assign a color value to the context object's <code>fillStyle</code> property.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions