Difference between revisions of "ImageData:getWidth"

m (1 revision: Imported docs from potato.)
Line 1: Line 1:
  
 
+
Gets the width of the ImageData.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
Line 13: Line 13:
 
* [[parent::ImageData]]
 
* [[parent::ImageData]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=}}
+
{{#set:Description=Gets the width of the ImageData.}}

Revision as of 16:17, 14 February 2010

Gets the width of the ImageData.

Function

Synopsis

width = ImageData:getWidth( )

Arguments

None.

Returns

number width
The width of the ImageData.

See Also