利用Graphics类的drawImage()方法显示图像
利用Graphics类的drawImage()方法显示图像
利用Graphics类的drawImage()方法显示图像。 A: 正确 B: 错误
利用Graphics类的drawImage()方法显示图像。 A: 正确 B: 错误
要把一幅图像放置到画布上, 可以使用drawImage(image,x,y)方法。
要把一幅图像放置到画布上, 可以使用drawImage(image,x,y)方法。
Graphics类的()方法在上applet显示图像。 A: getImage B: show C: update D: drawImage
Graphics类的()方法在上applet显示图像。 A: getImage B: show C: update D: drawImage
Applet类的()方法将图像装入applet。 A: drawing B: drawImage C: getImage D: getPicture
Applet类的()方法将图像装入applet。 A: drawing B: drawImage C: getImage D: getPicture
canvas元素中绘制图像的方法是()。 A: drawImage() B: draw() C: image() D: 其他三个都不对。
canvas元素中绘制图像的方法是()。 A: drawImage() B: draw() C: image() D: 其他三个都不对。
在HTML的Canvas中,使用什么方法可以绘制图像?( ) A: drawImage() B: image() C: drawImages() D: images()
在HTML的Canvas中,使用什么方法可以绘制图像?( ) A: drawImage() B: image() C: drawImages() D: images()
使用GDI+绘制线条,需要先创建Graphics对象,然后创建Pen对象,才可以使用_____方法绘制线条。 A: DrawLine B: DrawString C: DrawImage D: Draw
使用GDI+绘制线条,需要先创建Graphics对象,然后创建Pen对象,才可以使用_____方法绘制线条。 A: DrawLine B: DrawString C: DrawImage D: Draw
以下哪些方法是Graphics类的方法? A: drawString(String, int, int) B: add(Component) C: drawImage(Image, int, int, ImageObserver) D: drawLine(int, int, int, int)
以下哪些方法是Graphics类的方法? A: drawString(String, int, int) B: add(Component) C: drawImage(Image, int, int, ImageObserver) D: drawLine(int, int, int, int)
在画布中以填充的方式绘制文字,可以通过调用上下文对象的什么方法( ) A: fillText () 方法 B: strokeText () 方法 C: drawImage () 方法 D: fillRect () 方法
在画布中以填充的方式绘制文字,可以通过调用上下文对象的什么方法( ) A: fillText () 方法 B: strokeText () 方法 C: drawImage () 方法 D: fillRect () 方法