NAME
Mozilla::DOM::NSHTMLImageElement
Mozilla::DOM::NSHTMLImageElement is a wrapper around an instance of Mozilla's nsIDOMNSHTMLImageElement interface. This class inherits from Supports.
CLASS METHODS
$iid = Mozilla::DOM::NSHTMLImageElement->GetIID()
Pass this to QueryInterface.
METHODS
$lowsrc = $nshtmlimageelement->GetLowsrc()
Output:
$nshtmlimageelement->SetLowsrc($lowsrc)
Input:
$bool = $nshtmlimageelement->GetComplete()
Output:
$naturalheight = $nshtmlimageelement->GetNaturalHeight()
Output:
$naturalwidth = $nshtmlimageelement->GetNaturalWidth()
Output:
$x = $nshtmlimageelement->GetX()
Output:
$y = $nshtmlimageelement->GetY()
Output:
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.