Difference between revisions of "(Image):getHeight"

(Created page with 'Returns the height of the Image. == Function == === Synopsis === <source lang="lua"> h = Image:getHeight( ) </source> === Arguments === None. === Returns === {{param|number|h|The…')
 
(See Also)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
Returns the height of the Image.
+
Gets the height of the Image.
 
== Function ==
 
== Function ==
 
=== Synopsis ===
 
=== Synopsis ===
 
<source lang="lua">
 
<source lang="lua">
h = Image:getHeight( )
+
height = Image:getHeight( )
 
</source>
 
</source>
 
=== Arguments ===
 
=== Arguments ===
 
None.
 
None.
 
=== Returns ===
 
=== Returns ===
{{param|number|h|The height of the Image, in pixels.}}
+
{{param|number|height|The height of the Image, in pixels.}}
 
== See Also ==
 
== See Also ==
* [[parent::Image]]
+
* [[Image]]
 +
* [[(Image):getWidth]]
 
[[Category:Functions]]
 
[[Category:Functions]]
{{#set:Description=Returns the height of the Image.}}
+
{{#set:Description=Gets the height of the Image.}}
 +
{{#set:Since=000}}
 +
 
 +
== Other Languages ==
 +
{{i18n|(Image):getHeight}}

Latest revision as of 19:34, 12 August 2021

Gets the height of the Image.

Function

Synopsis

height = Image:getHeight( )

Arguments

None.

Returns

number height
The height of the Image, in pixels.

See Also


Other Languages