The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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:

$lowsrc (string)

$nshtmlimageelement->SetLowsrc($lowsrc)

Input:

$aLowsrc (string)

$bool = $nshtmlimageelement->GetComplete()

Output:

$bool (bool)

$naturalheight = $nshtmlimageelement->GetNaturalHeight()

Output:

$naturalheight (int)

$naturalwidth = $nshtmlimageelement->GetNaturalWidth()

Output:

$naturalwidth (int)

$x = $nshtmlimageelement->GetX()

Output:

$x (int)

$y = $nshtmlimageelement->GetY()

Output:

$y (int)

SEE ALSO

Mozilla::DOM

COPYRIGHT

Copyright (C) 2005-2007, Scott Lanning

This software is licensed under the LGPL. See Mozilla::DOM for a full notice.