Difference between revisions of "Application:getContentWidth"

From GiderosMobile
(prefixindex)
m
Line 1: Line 1:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
 
'''Class:''' [[Application|Application]]<br/>
 
'''Class:''' [[Application|Application]]<br/>
  

Revision as of 13:26, 2 December 2019

Available since: Gideros 2011.6
Class: Application

Description

If the orientation is portrait, this function returns logical width. If the orientation is landscape, this function returns logical height.

(number) = application:getContentWidth()

Return values

Returns (number) Logical width or logical height depending on orientation.