Difference between revisions of "platform.window:height"

From Inspired-Lua Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
{{Since|3.0}}
 
{{Since|3.0}}
 
+
Returns the height in pixel of the current display window.
 
== Syntax  ==
 
== Syntax  ==
 
'''platform.window.height'''()  
 
'''platform.window.height'''()  

Revision as of 17:31, 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()

Example

wh = platform.window.height()