Difference between revisions of "(Image):getWidth"
m |
(→See Also) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | Gets the width of the Image. | |
== Function == | == Function == | ||
=== Synopsis === | === Synopsis === | ||
<source lang="lua"> | <source lang="lua"> | ||
− | + | width = Image:getWidth( ) | |
</source> | </source> | ||
=== Arguments === | === Arguments === | ||
None. | None. | ||
=== Returns === | === Returns === | ||
− | {{param|number| | + | {{param|number|width|The width of the Image, in pixels.}} |
== See Also == | == See Also == | ||
− | * [[ | + | * [[Image]] |
+ | * [[(Image):getHeight]] | ||
[[Category:Functions]] | [[Category:Functions]] | ||
− | {{#set:Description= | + | {{#set:Description=Gets the width of the Image.}} |
+ | {{#set:Since=000}} | ||
+ | |||
== Other Languages == | == Other Languages == | ||
{{i18n|(Image):getWidth}} | {{i18n|(Image):getWidth}} |
Latest revision as of 19:33, 12 August 2021
Gets the width of the Image.
Function
Synopsis
width = Image:getWidth( )
Arguments
None.
Returns
number width
- The width of the Image, 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