Difference between revisions of "platform.window:height"

From Inspired-Lua Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
Returns the height in pixel of the current display window.
 
Returns the height in pixel of the current display window.
 
== Syntax  ==
 
== Syntax  ==
'''platform.window.height'''()  
+
'''platform.window.height'''()
 +
(No arguments)
  
 
== Example  ==
 
== Example  ==

Revision as of 17:34, 26 May 2011

platform.window.height is a function that is part of platform.window.

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

Returns the height in pixel of the current display window.

Syntax

platform.window.height() (No arguments)

Example

wh = platform.window.height()