create method
[This documentation is preliminary and is subject to change.]
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)Standards information
There are no standards that apply here.
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: ObjectThe new img element.See also
Build date: 3/8/2012