Difference between revisions of "ImageData:getDimensions"

(Created page)
 
m (Fixed newin link)
Line 1: Line 1:
{{newin|0.9.0|090|type=function}}
+
{{newin|[[0.9.0]]|090|type=function}}
 
Gets the width and height of the ImageData.
 
Gets the width and height of the ImageData.
 
== Function ==
 
== Function ==

Revision as of 04:16, 16 June 2013

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

Gets the width and height of the ImageData.

Function

Synopsis

width, height = ImageData:getDimensions( )

Arguments

None.

Returns

number width
The width of the ImageData.
number height
The height of the ImageData.

See Also

Other Languages