Difference between revisions of "Canvas:getHeight"

m (De-parented (Use Texture:getHeight))
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
{{param|number|height|The height of the Canvas, in pixels.}}
 
{{param|number|height|The height of the Canvas, in pixels.}}
 
== See Also ==
 
== See Also ==
* [[parent::Canvas]]
+
* [[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.}}

Latest revision as of 01:44, 19 July 2017

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