Difference between revisions of "Application:getScaleMode"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.2.2<br/> === Description === <br /> Returns the automatic scale mode of the application.<br /> <br /> <source lang="lua"> (string...")
 
m (Text replacement - "</source" to "</syntaxhighlight")
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2012.2.2<br/>
 
'''Available since:''' Gideros 2012.2.2<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the automatic scale mode of the application.
Returns the automatic scale mode of the application.<br />
+
 
<br />
+
<syntaxhighlight lang="lua">
<source lang="lua">
+
(string) = application:getScaleMode()
(string), = Application:getScaleMode()
+
</syntaxhighlight>
</source>
+
 
 +
=== Return values ===
 
'''Returns''' (string) The automatic scale mode of the application<br/>
 
'''Returns''' (string) The automatic scale mode of the application<br/>
 +
 +
{{Application}}

Latest revision as of 18:22, 12 July 2023

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