Difference between revisions of "Application:getLogicalTranslateY"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the translation of automatic screen scaling on the y-axis.<br /> <br /> <source lang="l...")
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(10 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 translation of automatic screen scaling on the y-axis.
Returns the translation of automatic screen scaling on the y-axis.<br />
+
 
<br />
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
(number) = application:getLogicalTranslateY()
(number), = Application:getLogicalTranslateY()
+
</syntaxhighlight>
</source>
+
 
'''Returns''' (number) The translation of automatic screen scaling on the y-axis.<br/>
+
=== Return values ===
 +
'''Returns''' (number) The translation of automatic screen scaling on the y-axis.
 +
 
 +
{{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.