Examveda
Examveda

What is the returning value of the getContext() method?

A. Drawing model

B. CanvasRenderingContext2D object

C. Context2D object

D. None of the mentioned

Answer: Option B

Solution(By Examveda Team)

Call getContext() with the argument “2d” to obtain a CanvasRenderingContext2D object that you can use to draw two-dimensional graphics into the canvas. It is important to understand that the canvas element and its context object are two very different objects.

This Question Belongs to Javascript >> Graphics And Rendering

Join The Discussion

Related Questions on Graphics and Rendering