Difference between revisions of "(Image):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 Image.
 
Gets the width and height of the Image.
 
== Function ==
 
== Function ==

Revision as of 04:17, 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 Image.

Function

Synopsis

width, height = Image:getDimensions( )

Arguments

None.

Returns

number width
The width of the Image, in pixels.
number height
The height of the Image, in pixels.

See Also

Other Languages