• 2022-05-31 问题

    清除某一离屏canvas的左半部分的内容,然后绘制于当前canvas,下方需补全的代码是?// 此处为清除某一离屏canvas的左半部分的内容----- 补全代码处 -----context.drawImage(offcanvas, 0,0); A: offcanvas.clearRect(0, 0, canvas.width/2, canvas.height); B: offcanvas.getContext('2d').clearRect(0, 0, canvas.width/2, canvas.height); C: offcanvas.clearRect(0, 0, offcanvas.width/2, offcanvas.height); D: offcanvas.getContext('2d').clearRect(0, 0, offcanvas.width/2, offcanvas.height);

    清除某一离屏canvas的左半部分的内容,然后绘制于当前canvas,下方需补全的代码是?// 此处为清除某一离屏canvas的左半部分的内容----- 补全代码处 -----context.drawImage(offcanvas, 0,0); A: offcanvas.clearRect(0, 0, canvas.width/2, canvas.height); B: offcanvas.getContext('2d').clearRect(0, 0, canvas.width/2, canvas.height); C: offcanvas.clearRect(0, 0, offcanvas.width/2, offcanvas.height); D: offcanvas.getContext('2d').clearRect(0, 0, offcanvas.width/2, offcanvas.height);

  • 2022-06-14 问题

    创建画布调用的函数是( )。 A: create B: createElement C: append D: getContext

    创建画布调用的函数是( )。 A: create B: createElement C: append D: getContext

  • 2022-06-14 问题

    获得canvas对象的绘图上下文的方法是? A: getCanvas(); B: getGraphics(); C: getContent(); D: getContext();

    获得canvas对象的绘图上下文的方法是? A: getCanvas(); B: getGraphics(); C: getContent(); D: getContext();

  • 2022-06-14 问题

    哪个HTML5内建对象用于在画布上绘制 A: getContent B: getContext C: getGraphics D: getCanvas

    哪个HTML5内建对象用于在画布上绘制 A: getContent B: getContext C: getGraphics D: getCanvas

  • 2022-06-14 问题

    哪个 HTML5 内建对象用于在画布上绘制? A: getContent B: getContext C: getGraphic D: getCanvas

    哪个 HTML5 内建对象用于在画布上绘制? A: getContent B: getContext C: getGraphic D: getCanvas

  • 2022-07-27 问题

    调用canvas对象的哪个方法来获取绘图环境() A: getContent B: getContext C: getGraphics D: getCanvas

    调用canvas对象的哪个方法来获取绘图环境() A: getContent B: getContext C: getGraphics D: getCanvas

  • 2022-07-27 问题

    调用Canvas对象的哪个方法来获取绘图环境() A: getCanvas B: getContent C: getContext D: getClient

    调用Canvas对象的哪个方法来获取绘图环境() A: getCanvas B: getContent C: getContext D: getClient

  • 2022-06-14 问题

    哪个HTML5内建对象用于在画布上绘制图形?( ) A: getContent B: getContext C: getGraphics D: getCanvas

    哪个HTML5内建对象用于在画布上绘制图形?( ) A: getContent B: getContext C: getGraphics D: getCanvas

  • 2022-06-14 问题

    用于获取画布的渲染上下文对象的方法是( )。 A: getContent B: getContext C: getGraphics D: getCanvas

    用于获取画布的渲染上下文对象的方法是( )。 A: getContent B: getContext C: getGraphics D: getCanvas

  • 2022-05-29 问题

    以下哪个方法用于返回画布上的绘制上下文对象 A: getContext B: getElementById C: write D: writeln

    以下哪个方法用于返回画布上的绘制上下文对象 A: getContext B: getElementById C: write D: writeln

  • 1 2