Difference between revisions of "Application:getLogicalScaleY"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2011.6<br/>
<languages />
+
'''Class:''' [[Application]]<br/>
'''<translate>Available since</translate>:''' Gideros 2011.6<br/>
+
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/>
+
=== Description ===
=== <translate>Description</translate> ===
+
Returns the scaling of automatic screen scaling on the y-axis.
<translate><br />
+
 
Returns the scaling of automatic screen scaling on the y-axis.<br />
+
<syntaxhighlight lang="lua">
<br /></translate>
+
(number) = application:getLogicalScaleY()
<source lang="lua">
+
</syntaxhighlight>
(number) = Application:getLogicalScaleY()
+
 
</source>
+
=== Return values ===
=== <translate>Return values</translate> ===
+
'''Returns''' (number) The scaling of automatic screen scaling on the y-axis.
'''<translate>Returns</translate>''' (number) <translate>The scaling of automatic screen scaling on the y-axis.</translate><br/>
+
 
 +
{{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.