Difference between revisions of "Application:getLogicalHeight"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the logical height of the application that is specified at the project properties.<br /...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(11 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 ===
<br />
+
Returns the logical height of the application that is specified in the project properties.
Returns the logical height of the application that is specified at the project properties.<br />
+
 
<br />
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
(number) = application:getLogicalHeight()
(number), = Application:getLogicalHeight()
+
</syntaxhighlight>
</source>
+
 
'''Returns''' (number) The logical height of the application<br/>
+
=== Return values ===
 +
'''Returns''' (number) the logical height of the application
 +
 
 +
{{Application}}

Latest revision as of 16:58, 12 July 2023

Available since: Gideros 2011.6
Class: Application

Description

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

(number) = application:getLogicalHeight()

Return values

Returns (number) the logical height of the application