Share via


IHTMLImageElementFactory interface

This interface is used to create new instances of the img element.

Members

The IHTMLImageElementFactory interface inherits from the IDispatch interface. IHTMLImageElementFactory also has these types of members:

  • Methods

Methods

The IHTMLImageElementFactory interface has these methods.

Method Description
create

Creates a new img element of the specified width and height.

 

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows 2000 Server

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch