This topic has not yet been rated - Rate this topic

create method

Creates a new img element of the specified width and height. This method cannot be called directly. See Image object.

Syntax

object.create(width, height)

Parameters

width [in, optional]

Type: Variant

Width, in pixels, of the new img element.

height [in, optional]

Type: Variant

Height, in pixels, of the new img element.

Return value

Type: IHTMLImgElement

The new img element.

Standards information

There are no standards that apply here.

See also

window
Image
IHTMLImgElement

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.