Difference between revisions of "ImageData:getHeight"

m (included link to other languages)
m (correct return parameter)
Line 3: Line 3:
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
width = ImageData:getHeight( )
+
height = ImageData:getHeight( )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|number|width|The the height of the ImageData.}}
+
{{param|number|height|The the height of the ImageData.}}
 
== See Also ==
 
== See Also ==
 
* [[parent::ImageData]]
 
* [[parent::ImageData]]

Revision as of 22:29, 18 January 2011

Gets the height of the ImageData.

Function

Synopsis

height = ImageData:getHeight( )

Arguments

None.

Returns

number height
The the height of the ImageData.

See Also

Other Languages