Gets the height of the ImageData in pixels.
== Function ==
=== Synopsis ===
<source lang="lua">
height = ImageData:getHeight( )
</source>
=== Arguments ===
None.
=== Returns ===
{{param|number|height|The height of the [[ImageData]] in pixels.}}
== See Also ==
* [[parent::ImageData]]
[[Category:Functions]]
{{#set:Description=Gets the height of the ImageData in pixels.}}
{{#set:Since=000}}
== Other Languages ==
{{i18n|ImageData:getHeight}}