Difference between revisions of "Application:getLogicalScaleX"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Returns the scaling of automatic screen scaling on the x-axis.<br /> <br /> <source lang="lua">...")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 +
'''Class:''' [[Application]]<br/>
 +
 
=== Description ===
 
=== Description ===
<br />
+
Returns the scaling of automatic screen scaling on the x-axis.
Returns the scaling of automatic screen scaling on the x-axis.<br />
+
 
<br />
 
 
<source lang="lua">
 
<source lang="lua">
(number), = Application:getLogicalScaleX()
+
(number) = application:getLogicalScaleX()
 
</source>
 
</source>
'''Returns''' (number) The scaling of automatic screen scaling on the x-axis.<br/>
+
 
 +
=== Return values ===
 +
'''Returns''' (number) The scaling of automatic screen scaling on the x-axis.
 +
 
 +
{{Application}}

Revision as of 00:11, 3 December 2019

Available since: Gideros 2011.6
Class: Application

Description

Returns the scaling of automatic screen scaling on the x-axis.

(number) = application:getLogicalScaleX()

Return values

Returns (number) The scaling of automatic screen scaling on the x-axis.