Difference between revisions of "Application:getLogicalHeight"

From GiderosMobile
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<translate><br />
+
Returns the logical height of the application that is specified at the project properties.
Returns the logical height of the application that is specified at the project properties.<br />
+
 
<br /></translate>
 
 
<source lang="lua">
 
<source lang="lua">
(number) = Application:getLogicalHeight()
+
(number) = application:getLogicalHeight()
 
</source>
 
</source>
 +
 
=== Return values ===
 
=== Return values ===
'''Returns''' (number) <translate>The logical height of the application</translate><br/>
+
'''Returns''' (number) The logical height of the application
 +
 
 +
{{Application}}

Revision as of 01:11, 3 December 2019

Available since: Gideros 2011.6
Class: Application

Description

Returns the logical height of the application that is specified at the project properties.

(number) = application:getLogicalHeight()

Return values

Returns (number) The logical height of the application