Discussion :: HTML- CS
- 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?
Answer : Option B
Explanation :
The clearRect() method clears the specified pixels within a given rectangle.
Be The First To Comment