Vidyalelo
HTML · Q176

HTML Multimedia

Programming · HTML · question 176

Q176

Which method must clear the pixels in the specified rectangle that also intersects the current clipping region to a fully transparent black, erasing any previous image?

A.
strokeRect(x, y, w, h)
B.
clearRect(x, y, w, h)
Answer
C.
fillRect(x, y, w, h)
D.
removeRect(x,y,w,h)

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board