Difference between revisions of "Application:getLogicalTranslateY"
From GiderosMobile
Line 8: | Line 8: | ||
(number) = Application:getLogicalTranslateY() | (number) = Application:getLogicalTranslateY() | ||
</source> | </source> | ||
+ | === Return values === | ||
'''Returns''' (number) The translation of automatic screen scaling on the y-axis.<br/> | '''Returns''' (number) The translation of automatic screen scaling on the y-axis.<br/> |
Revision as of 10:41, 23 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.