目录

Image

 

Image()

继承层次

Object.prototype
 Function.prototype
  Image

构造函数

语法

var image = new Image(200, 300);
image.src = 'picture.jpg';
console.log(image);

参数

属性列表

方法列表

Image.prototype

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLImageElement.prototype
      Image.prototype

属性列表

语法说明
--

方法列表

语法说明
--

Image实例

Object.prototype
 EventTarget.prototype
  Node.prototype
   Element.prototype
    HTMLElement.prototype
     HTMLImageElement.prototype
      Image.prototype
       Image实例

参考

相关页面

外部链接