Difference between revisions of "ImageData:getWidth"

 
m
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
+
Gets the width of the ImageData in pixels.
 
 
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 9: Line 8:
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|number|width|The width of the ImageData.}}
+
{{param|number|width|The width of the [[ImageData]] in pixels.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::ImageData]]
 
* [[parent::ImageData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the width of the ImageData in pixels.}}
 +
{{#set:Since=000}}
 +
== Other Languages ==
 +
{{i18n|ImageData:getWidth}}

Latest revision as of 03:59, 4 February 2018

Gets the width of the ImageData in pixels.

Function

Synopsis

width = ImageData:getWidth( )

Arguments

None.

Returns

number width
The width of the ImageData in pixels.

See Also


Other Languages