Difference between revisions of "Video:getHeight"

(Created page)
 
m
 
Line 1: Line 1:
 
{{newin|[[0.10.0]]|100|type=function}}
 
{{newin|[[0.10.0]]|100|type=function}}
Gets the height in pixels of the Video.
+
Gets the height of the Video in pixels.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Latest revision as of 09:35, 14 December 2015

Available since LÖVE 0.10.0
This function is not supported in earlier versions.

Gets the height of the Video in pixels.

Function

Synopsis

height = Video:getHeight( )

Arguments

None.

Returns

number height
The height of the Video.

See Also

Other Languages