Difference between revisions of "(Image):getWidth"

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

Revision as of 19:17, 18 November 2010

Returns the width of the Image.

Function

Synopsis

w = Image:getWidth( )

Arguments

None.

Returns

number w
The width of the Image, in pixels.

See Also

Other Languages