Image

 

Image()

继承层次

构造函数

语法

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

参数

  • unsigned long width
    无符号长整数的宽
  • unsigned long height
    无符号长整数的高

属性列表

方法列表

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实例

参考

相关页面

外部链接