Difference between revisions of "ImageData:getDimensions"
m (Improve description) |
m |
||
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 | + | Gets the width and height of the ImageData in pixels. |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
Line 14: | Line 14: | ||
* [[parent::ImageData]] | * [[parent::ImageData]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description=Gets the width and height of the | + | {{#set:Description=Gets the width and height of the ImageData in pixels.}} |
== Other Languages == | == Other Languages == | ||
{{i18n|ImageData:getDimensions}} | {{i18n|ImageData:getDimensions}} |
Latest revision as of 03:59, 4 February 2018
Available since LÖVE 0.9.0 |
This function is not supported in earlier versions. |
Gets the width and height of the ImageData in pixels.
Function
Synopsis
width, height = ImageData:getDimensions( )
Arguments
None.
Returns
number width
- The width of the ImageData in pixels.
number height
- The height of the ImageData in pixels.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info