image.width

From Inspired-Lua Wiki
Revision as of 00:41, 31 May 2011 by Adriweb (talk | contribs) (Text replace - "</u> ||" to "</center></u> ||")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

image.width is a function that is part of image.

This has been introduced in TI-Nspire OS 3.0 (Changes).


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

Syntax

image.width(image)

Parameter Type Description
image
TI.Image The image you want to the width of.

Example

imagewidth = image.width(theImage)

See also