523 bytes added,
20:59, 24 May 2011 image.'''height''' is a function that is part of [[:Category:image|image]].
{{Since|3.0}}
This function returns as an integer the '''height''' pixels of the given image.
== Syntax ==
image.'''height'''(image)
{| class="wikitable"
|-
! Parameter !! Type !! Description
|-
| <u>image</u> || [[TI.Image]] || The image you want to the height of.
|-
|}
== Example ==
<syntaxhighlight>imageHeight = image.height(theImage)</syntaxhighlight>
== See also ==
*[[TI.Image]]
*[[image.width]]
<br /><br />
[[Category:image]]