Difference between revisions of "Video:getWidth"

(Created page)
 
m (Slime moved page VIdeo:getWidth to Video:getWidth: typo...)
(No difference)

Revision as of 01:28, 14 December 2015

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

Gets the width in pixels of the Video.

Function

Synopsis

width = Video:getWidth( )

Arguments

None.

Returns

number width
The width of the Video.

See Also

Other Languages