Difference between revisions of "Application:getLogicalScaleY"

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

Latest revision as of 18:03, 12 July 2023

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.