Difference between revisions of "Application:setLogicalDimensions"
From GiderosMobile
m |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<languages /> | <languages /> | ||
− | '''<translate>Available since</translate>:''' Gideros 2012.2.2<br/> | + | '''<translate>Available since</translate>:''' Gideros 2012.2.2 |
− | '''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]]<br/> | + | <br/> |
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/Application|Application]] | ||
+ | <br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
− | <translate> | + | <translate>Sets the logical dimensions of the application.</translate> |
− | Sets the logical dimensions of the application. | ||
− | |||
<source lang="lua"> | <source lang="lua"> | ||
− | + | application:setLogicalDimensions(width,height) | |
</source> | </source> | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
− | '''width''': (number) <translate>logical width</translate> <br/> | + | '''width''': (number) <translate>logical width</translate> |
− | '''height''': (number) <translate>logical height</translate> <br/> | + | <br/> |
+ | '''height''': (number) <translate>logical height</translate> | ||
+ | <br/> | ||
+ | <br/> |
Revision as of 01:12, 13 June 2019
Available since: Gideros 2012.2.2
Class: Application
Description
Sets the logical dimensions of the application.
application:setLogicalDimensions(width,height)
Parameters
width: (number) logical width
height: (number) logical height