Difference between revisions of "Canvas:getHeight"

m
Line 11: Line 11:
 
== See Also ==
 
== See Also ==
 
* [[parent::Canvas]]
 
* [[parent::Canvas]]
 +
* [[Canvas:getWidth]]
 +
* [[Canvas:getDimensions]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 
{{#set:Description=Gets the height of the Canvas.}}
 
{{#set:Description=Gets the height of the Canvas.}}

Revision as of 16:19, 26 March 2016

Gets the height of the Canvas.

Function

Synopsis

height = Canvas:getHeight( )

Arguments

None.

Returns

number height
The height of the Canvas, in pixels.

See Also


Other Languages