Difference between revisions of "Application:getScaleMode"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.2.2<br/> | '''Available since:''' Gideros 2012.2.2<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Returns the automatic scale mode of the application.<br /> | Returns the automatic scale mode of the application.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
(string) = Application:getScaleMode() | (string) = Application:getScaleMode() | ||
</source> | </source> | ||
=== Return values === | === Return values === | ||
− | '''Returns''' (string) The automatic scale mode of the application<br/> | + | '''Returns''' (string) <translate>The automatic scale mode of the application</translate><br/> |
Revision as of 13:33, 23 August 2018
Available since: Gideros 2012.2.2
Description
Returns the automatic scale mode of the application.
(string) = Application:getScaleMode()
Return values
Returns (string) The automatic scale mode of the application