Difference between revisions of "ImageData:getWidth"

m (Improve description)
Line 1: Line 1:
Gets the width of the ImageData.
+
Gets the width of the [[ImageData]] in pixels.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 8: 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=Gets the width of the ImageData.}}
+
{{#set:Description=Gets the width of the [[ImageData]] in pixels.}}
 
{{#set:Since=000}}
 
{{#set:Since=000}}
 
== Other Languages ==
 
== Other Languages ==
 
{{i18n|ImageData:getWidth}}
 
{{i18n|ImageData:getWidth}}

Revision as of 21:15, 5 June 2016

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