Difference between revisions of "Application:setLogicalDimensions"

From GiderosMobile
m
m (Text replacement - "<source" to "<syntaxhighlight")
 
(2 intermediate revisions by 2 users not shown)
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]]
+
Sets the logical dimensions of the application.
<br/>
+
 
=== <translate>Description</translate> ===
+
<syntaxhighlight lang="lua">
<translate>Sets the logical dimensions of the application.</translate>
 
<source lang="lua">
 
 
application:setLogicalDimensions(width,height)
 
application:setLogicalDimensions(width,height)
</source>
+
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''width''': (number) <translate>logical width</translate>
+
=== Parameters ===
<br/>
+
'''width''': (number) logical width <br/>
'''height''': (number) <translate>logical height</translate>
+
'''height''': (number) logical height <br/>
<br/>
+
 
<br/>
+
{{Application}}

Latest revision as of 16:56, 12 July 2023

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