Difference between revisions of "(Image):getHeight"

(Created page with 'Returns the height of the Image. == Function == === Synopsis === <source lang="lua"> h = Image:getHeight( ) </source> === Arguments === None. === Returns === {{param|number|h|The…')
 
m
Line 13: Line 13:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Returns the height of the Image.}}
 
{{#set:Description=Returns the height of the Image.}}
 +
== Other Languages ==
 +
{{i18n|(Image):getHeight}}

Revision as of 19:17, 18 November 2010

Returns the height of the Image.

Function

Synopsis

h = Image:getHeight( )

Arguments

None.

Returns

number h
The height of the Image, in pixels.

See Also

Other Languages