Difference between revisions of "(Image):getWidth"

(See Also)
(See Also)
 
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[Image]]
 
* [[Image]]
* [[Texture:getHeight]]
+
* [[(Image):getHeight]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the width of the Image.}}
 
{{#set:Description=Gets the width of the Image.}}

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