Difference between revisions of "Application:getLogicalTranslateY"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2011.6<br/> | + | '''<translate>Available since</translate>:''' Gideros 2011.6<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate><br /> | <translate><br /> | ||
Returns the translation of automatic screen scaling on the y-axis.<br /> | Returns the translation of automatic screen scaling on the y-axis.<br /> | ||
Line 8: | Line 8: | ||
(number) = Application:getLogicalTranslateY() | (number) = Application:getLogicalTranslateY() | ||
</source> | </source> | ||
− | === Return values === | + | === <translate>Return values</translate> === |
− | '''Returns''' (number) <translate>The translation of automatic screen scaling on the y-axis.</translate><br/> | + | '''<translate>Returns</translate>''' (number) <translate>The translation of automatic screen scaling on the y-axis.</translate><br/> |
Revision as of 07:30, 24 August 2018
Available since: Gideros 2011.6
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.