Difference between revisions of "Application:getScaleMode"

From GiderosMobile
m
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2012.2.2<br/>
<languages />
+
'''Class:''' [[Application]]<br/>
'''<translate>Available since</translate>:''' Gideros 2012.2.2
+
 
<br/>
+
=== Description ===
'''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]
 
<br/>
 
=== <translate>Description</translate> ===
 
<translate>
 
 
Returns the automatic scale mode of the application.
 
Returns the automatic scale mode of the application.
</translate>
+
 
 
<source lang="lua">
 
<source lang="lua">
 
(string) = application:getScaleMode()
 
(string) = application:getScaleMode()
 
</source>
 
</source>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (string) <translate>The automatic scale mode of the application</translate>
+
=== Return values ===
<br/>
+
'''Returns''' (string) The automatic scale mode of the application<br/>
<br/>
+
 
 +
{{Application}}

Revision as of 01:18, 3 December 2019

Available since: Gideros 2012.2.2
Class: Application

Description

Returns the automatic scale mode of the application.

(string) = application:getScaleMode()

Return values

Returns (string) The automatic scale mode of the application