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