Difference between revisions of "Application:getContentHeight"

From GiderosMobile
(prefixindex)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2011.6<br/>
<languages />
+
'''Class:''' [[Application|Application]]<br/>
  
'''<translate>Available since</translate>:''' Gideros 2011.6
+
=== Description ===
 +
If the orientation is portrait, this function returns logical height. If the orientation is landscape, this function returns logical width.
 
<br/>
 
<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]
 
<br/>
 
 
=== <translate>Description</translate> ===
 
<translate><br/>
 
If the orientation is portrait, this function returns logical height. If the orientation is landscape, this function<br/>
 
returns logical width.
 
<br/>
 
<br/>
 
</translate>
 
  
 
<source lang="lua">
 
<source lang="lua">
Line 19: Line 10:
 
</source>
 
</source>
  
=== <translate>Return values</translate> ===
+
=== Return values ===
'''<translate>Returns</translate>''' (number) <translate>Logical width or logical height depending on orientation.</translate><br/>
+
'''Returns''' (number) Logical width or logical height depending on orientation.<br/>
 +
 
 +
----
 +
{{Special:PrefixIndex/Application}}
 +
<br/>
 +
 
 +
{{Special:PrefixIndex/Event.APPLICATION}}

Revision as of 13:20, 2 December 2019

Available since: Gideros 2011.6
Class: Application

Description

If the orientation is portrait, this function returns logical height. If the orientation is landscape, this function returns logical width.

(number) = application:getContentHeight()

Return values

Returns (number) Logical width or logical height depending on orientation.