Uiinfrastructure API Docs  
 

HTMLImg Constructor (String, String, String, String)

public HTMLImg(
   string src,
   string alt,
   string height,
   string width
);

Parameters

src
Pass the source string of this image.
alt
Pass the alt string of this image.
height
Pass the height string of this image.
width
Pass the width string of this image.

See Also

HTMLImg Class | com.plumtree.xpshared.htmlelements Namespace | HTMLImg Constructor Overload List