Difference between revisions of "Application:getLogicalTranslateX"

From GiderosMobile
Line 8: Line 8:
 
(number) = Application:getLogicalTranslateX()
 
(number) = Application:getLogicalTranslateX()
 
</source>
 
</source>
 +
=== Return values ===
 
'''Returns''' (number) The translation of automatic screen scaling on the x-axis.<br/>
 
'''Returns''' (number) The translation of automatic screen scaling on the x-axis.<br/>

Revision as of 11:41, 23 August 2018

Available since: Gideros 2011.6

Description


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

(number) = Application:getLogicalTranslateX()

Return values

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