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