Difference between revisions of "Application:setScaleMode"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.2.2<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.2.2<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Sets the automatic scale mode of the application. Accepted values are:<br />
 
Sets the automatic scale mode of the application. Accepted values are:<br />
Line 19: Line 19:
 
  Application:setScaleMode(scaleMode)
 
  Application:setScaleMode(scaleMode)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''scaleMode''': (string) <translate></translate> <br/>
 
'''scaleMode''': (string) <translate></translate> <br/>

Revision as of 07:26, 24 August 2018

Available since: Gideros 2012.2.2

Description


Sets the automatic scale mode of the application. Accepted values are:

<ul>
<li>Application.NO_SCALE = "noScale"</li>
<li>Application.CENTER = "center"</li>
<li>Application.PIXEL_PERFECT = "pixelPerfect"</li>
<li>Application.LETTERBOX = "letterbox"</li>
<li>Application.CROP = "crop"</li>
<li>Application.STRETCH = "stretch"</li>
<li>Application.FIT_WIDTH = "fitWidth"</li>
<li>Application.FIT_HEIGHT = "fitHeight"</li>
</ul>

 Application:setScaleMode(scaleMode)

Parameters

scaleMode: (string)