Difference between revisions of "(Image):getWidth"

m (De-parented (Use Texture:getWidth))
(See Also)
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[Image]]
 
* [[Image]]
 +
* [[Texture: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}}

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