Difference between revisions of "Application:getLogicalScaleY"

From GiderosMobile
(7 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 scaling of automatic screen scaling on the y-axis.
Returns the scaling of automatic screen scaling on the y-axis.<br />
+
 
<br />
 
 
<source lang="lua">
 
<source lang="lua">
(number) = Application:getLogicalScaleY()
+
(number) = application:getLogicalScaleY()
 
</source>
 
</source>
'''Returns''' (number) The scaling of automatic screen scaling on the y-axis.<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (number) The scaling of automatic screen scaling on the y-axis.
 +
 
 +
{{Application}}

Revision as of 00:15, 3 December 2019

Available since: Gideros 2011.6
Class: Application

Description

Returns the scaling of automatic screen scaling on the y-axis.

(number) = application:getLogicalScaleY()

Return values

Returns (number) The scaling of automatic screen scaling on the y-axis.