Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a new img element of the specified width and height.
Syntax
IHTMLImgElement retVal = object.create(width, height);
Parameters
width [in, optional]
Type: VARIANTWidth, in pixels, of the new img element.
height [in, optional]
Type: VARIANTHeight, in pixels, of the new img element.
Standards information
There are no standards that apply here.