Difference between revisions of "Application:setLogicalDimensions"

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 logical dimensions of the application.<br />
 
Sets the logical dimensions of the application.<br />
Line 8: Line 8:
 
  Application:setLogicalDimensions(width,height)
 
  Application:setLogicalDimensions(width,height)
 
</source>
 
</source>
=== Parameters ===
+
=== <translate>Parameters</translate> ===
 
'''width''': (number) <translate>logical width</translate> <br/>
 
'''width''': (number) <translate>logical width</translate> <br/>
 
'''height''': (number) <translate>logical height</translate> <br/>
 
'''height''': (number) <translate>logical height</translate> <br/>

Revision as of 07:29, 24 August 2018

Available since: Gideros 2012.2.2

Description


Sets the logical dimensions of the application.

 Application:setLogicalDimensions(width,height)

Parameters

width: (number) logical width
height: (number) logical height