Difference between revisions of "(Image):getWidth"

(See Also)
 
(2 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
{{param|number|width|The width of the Image, in pixels.}}
 
{{param|number|width|The width of the Image, in pixels.}}
 
== See Also ==
 
== See Also ==
* [[parent::Image]]
+
* [[Image]]
 +
* [[(Image):getHeight]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the width of the Image.}}
 
{{#set:Description=Gets the width of the Image.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 +
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|(Image):getWidth}}
 
{{i18n|(Image):getWidth}}

Latest revision as of 19:33, 12 August 2021

Gets the width of the Image.

Function

Synopsis

width = Image:getWidth( )

Arguments

None.

Returns

number width
The width of the Image, in pixels.

See Also


Other Languages