Changes

Jump to navigation Jump to search

image.width

517 bytes added, 21:59, 24 May 2011
Created page with "image.'''width''' is a function that is part of image. {{Since|3.0}} This function returns as an integer the '''width''' pixels of the given image. == Synt..."
image.'''width''' is a function that is part of [[:Category:image|image]].

{{Since|3.0}}

This function returns as an integer the '''width''' pixels of the given image.

== Syntax ==
image.'''width'''(image)

{| class="wikitable"
|-
! Parameter !! Type !! Description
|-
| <u>image</u> || [[TI.Image]] || The image you want to the width of.
|-
|}

== Example ==
<syntaxhighlight>imagewidth = image.width(theImage)</syntaxhighlight>

== See also ==
*[[TI.Image]]
*[[image.width]]

<br /><br />

[[Category:image]]

Navigation menu