关于canvas不正确的是()A、canvas是HTML5的一部分,允许脚本动态渲染位图像B、canvas是作为Flash的替代技术出现C、canvas拥有多种绘制路径、矩形、圆形、字符及添加图像的方法D、Internet Explorer自Internet Explorer9起已经可以支持canvas

题目

关于canvas不正确的是()

  • A、canvas是HTML5的一部分,允许脚本动态渲染位图像
  • B、canvas是作为Flash的替代技术出现
  • C、canvas拥有多种绘制路径、矩形、圆形、字符及添加图像的方法
  • D、Internet Explorer自Internet Explorer9起已经可以支持canvas

相似考题
更多“关于canvas不正确的是()A、canvas是HTML5的一部分,允许脚本动态渲染位图像B、canvas是作为Flash的替代技术出现C、canvas拥有多种绘制路径、矩形、圆形、字符及添加图像的方法D、Internet Explorer自Internet Explorer9起已经可以支持canvas”相关问题
  • 第1题:

    以下关于canvas的说法正确的是()

    • A、canvas是可以堆叠在一起的
    • B、canvas是透明的
    • C、canvas是白色的
    • D、canvas在IE8中是支持的

    正确答案:A,B

  • 第2题:

    以下关于Canvas的描述有误的是()

    • A、通常Canvas(画布)、Paint(画笔)、Bitmap(位图)、ViewFlipper(动画)和使用OpenGL去设计的2D、3D图形或动画是用来开发Android游戏的类库。
    • B、Canvas就像手机中的画布,我们只能在Canvas上绘制图片。
    • C、View类的onDraw()方法会传入一个Canvas对象,用来绘制组件界面的画布。
    • D、Android提供了多种处理图形图像的工具类,加上自定义View技术,几乎可以完成任何的图形图像处理

    正确答案:B

  • 第3题:

    html5新增加的canvas元素中,设置填充颜色的属性是()。

    • A、fillStyle
    • B、strokeStyle
    • C、globalAlpha
    • D、clearRect

    正确答案:A

  • 第4题:

    Canvas绘制图形,可以使用createRadialGradient()方法创建一个线性渐变。


    正确答案:错误

  • 第5题:

    Canvas则通过JavaScript来绘制()图形


    正确答案:2D

  • 第6题:

    You need to add a pop-up menu to the CV_EMP canvas to display when a user right-clicks the mouse within the canvas. How could you create the pop-up menu?()

    • A、Use the Layout Editor to create a pop-up menu, assign commands to the menu in the Menu Editor, and attack the menu items to the canvas. 
    • B、Use the Report Wizard to create a pop-up menu and attack the menu items to the canvas.  
    • C、Alter the pop-up Menu Property value in the Property Palette of the canvas. 
    • D、Use the Object Navigator to create a pop-up menu, assign commands to the menu items, and attack the menu to items or canvases.

    正确答案:D

  • 第7题:

    在canvas画图中,填充色是fillStyle。()


    正确答案:正确

  • 第8题:

    判断题
    Canvas依赖分辨率,不支持事件处理器,文本渲染能力弱,能够以.png或.jpg格式保存结果图像,最适合图像密集型的游戏。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第9题:

    填空题
    Canvas是透明的。是可以().

    正确答案: 叠加的
    解析: 暂无解析

  • 第10题:

    多选题
    新增的html5画图标签canvas说法正确的是()。
    A

    边框色或轮廓色fillStyle

    B

    beginPath()开始绘制路径

    C

    stroke()开始绘制路径

    D

    线宽lineWidth


    正确答案: B,C,D
    解析: 暂无解析

  • 第11题:

    单选题
    You need to display a very large single-record data block. Since it will be so large, a convenient means of navigation is needed between items. Which type of canvas would you use to display the data block? ()
    A

    Tab canvas. 

    B

    Pop up canvas. 

    C

    Spread table canvas. 

    D

    Vertical toolbar canvas.


    正确答案: A
    解析: 暂无解析

  • 第12题:

    多选题
    以下关于html5标签canvas说法正确的是()。
    A

    边框色或轮廓色fillStyle

    B

    线宽lineWidth

    C

    beginPath()开辟一条路径

    D

    beginPath()开始绘制路径


    正确答案: D,B
    解析: 暂无解析

  • 第13题:

    J2ME用户界面组件分为高阶用户界面组件和低阶用户界面组件,以下描述正确的是()

    • A、Screen类属于低阶用户界面组件
    • B、Canvas类属于高阶用户界面组件
    • C、Screen类和Canvas都属于高阶用户界面组件
    • D、Displayable类是Screen类和Canvas类的父类

    正确答案:D

  • 第14题:

    以下关于html5标签canvas说法正确的是()。

    • A、边框色或轮廓色fillStyle
    • B、线宽lineWidth
    • C、beginPath()开辟一条路径
    • D、beginPath()开始绘制路径

    正确答案:B,C,D

  • 第15题:

    新增的html5画图标签canvas说法正确的是()。

    • A、边框色或轮廓色fillStyle
    • B、beginPath()开始绘制路径
    • C、stroke()开始绘制路径
    • D、线宽lineWidth

    正确答案:B,C,D

  • 第16题:

    Canvas绘制线条时用下面哪个方法设置起点坐标:()

    • A、lineTo
    • B、moveTo
    • C、startTo
    • D、beginTo

    正确答案:A

  • 第17题:

    You need to display a very large single-record data block. Since it will be so large, a convenient means of navigation is needed between items. Which type of canvas would you use to display the data block? ()

    • A、Tab canvas. 
    • B、Pop up canvas. 
    • C、Spread table canvas. 
    • D、Vertical toolbar canvas.

    正确答案:A

  • 第18题:

    Which canvas built-in display the given canvas in front of any stacked canvases?()

    • A、HIDE_VIEW 
    • B、SHOW_VIEW 
    • C、SET_CANVAS_PROPERTY 
    • D、REPLACE_CONTENT_VIEW

    正确答案:B

  • 第19题:

    判断题
    Canvas绘制图形,可以使用createRadialGradient()方法创建一个线性渐变。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第20题:

    单选题
    You need to add a pop-up menu to the CV_EMP canvas to display when a user right-clicks the mouse within the canvas. How could you create the pop-up menu?()
    A

    Use the Layout Editor to create a pop-up menu, assign commands to the menu in the Menu Editor, and attack the menu items to the canvas. 

    B

    Use the Report Wizard to create a pop-up menu and attack the menu items to the canvas.  

    C

    Alter the pop-up Menu Property value in the Property Palette of the canvas. 

    D

    Use the Object Navigator to create a pop-up menu, assign commands to the menu items, and attack the menu to items or canvases.


    正确答案: C
    解析: 暂无解析

  • 第21题:

    填空题
    Canvas则通过JavaScript来绘制()图形

    正确答案: 2D
    解析: 暂无解析

  • 第22题:

    单选题
    Which canvas built-in display the given canvas in front of any stacked canvases?()
    A

    HIDE_VIEW 

    B

    SHOW_VIEW 

    C

    SET_CANVAS_PROPERTY 

    D

    REPLACE_CONTENT_VIEW


    正确答案: A
    解析: 暂无解析

  • 第23题:

    单选题
    以下关于Canvas的描述有误的是()
    A

    通常Canvas(画布)、Paint(画笔)、Bitmap(位图)、ViewFlipper(动画)和使用OpenGL去设计的2D、3D图形或动画是用来开发Android游戏的类库。

    B

    Canvas就像手机中的画布,我们只能在Canvas上绘制图片。

    C

    View类的onDraw()方法会传入一个Canvas对象,用来绘制组件界面的画布。

    D

    Android提供了多种处理图形图像的工具类,加上自定义View技术,几乎可以完成任何的图形图像处理


    正确答案: B
    解析: 暂无解析