context.drawImage(________,x,y,width,height),横线处应为
A: canvas
B: text
C: image
D: content
A: canvas
B: text
C: image
D: content
举一反三
- context.drawImage(________,x,y,width,height),横线处应为:______。
- 在HTML5中,Canvas绘制矩形相关的方法不包含( )? A: fillRect(x, y, width, height) B: ptRect(x, y, width, height) C: strokeRect(x, y, width, height) D: clearRect(x, y, width, height)
- 对于drawImage(image,x,y,width,height,this)方法解释正确的是()。 A: image是要绘制的图像 B: x,y是表示图像的中心的位置 C: width是源图像的宽度 D: this是容器
- 当用CSS修改canvas的width和height后,canvas的大小发生变化,还会影响绘图环境context的大小。
- 在canvas中还有一个相当于橡皮擦的方法,context.clearRect(x,y,width,height),使用它可以清除矩形内绘制的内容