Difference between revisions of "(Image):getWidth"

m (De-parented (Use Texture:getWidth))
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]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the width of the Image.}}
 
{{#set:Description=Gets the width of the Image.}}

Revision as of 01:45, 19 July 2017

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