Difference between revisions of "Video:getWidth"

m (Slime moved page VIdeo:getWidth to Video:getWidth: typo...)
m
 
Line 1: Line 1:
 
{{newin|[[0.10.0]]|100|type=function}}
 
{{newin|[[0.10.0]]|100|type=function}}
Gets the width in pixels of the Video.
+
Gets the width of the Video in pixels.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===

Latest revision as of 09:34, 14 December 2015

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

Gets the width of the Video in pixels.

Function

Synopsis

width = Video:getWidth( )

Arguments

None.

Returns

number width
The width of the Video.

See Also

Other Languages