Changes

Jump to navigation Jump to search

image.height

523 bytes added, 21:59, 24 May 2011
Created page with "image.'''height''' is a function that is part of image. {{Since|3.0}} This function returns as an integer the '''height''' pixels of the given image. == Sy..."
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]]

Navigation menu