Difference between revisions of "Application:getLogicalTranslateY"

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

Latest revision as of 18:07, 12 July 2023

Available since: Gideros 2011.6
Class: Application

Description

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

(number) = application:getLogicalTranslateY()

Return values

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