Difference between revisions of "Pixel:setDimensions"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2016.06<br/> === Description === Sets both width and height of the Pixel. <source lang="lua"> = Pixel:setDimensions(wh,) </source> '''...")
 
Line 4: Line 4:
 
Sets both width and height of the Pixel.
 
Sets both width and height of the Pixel.
 
<source lang="lua">
 
<source lang="lua">
= Pixel:setDimensions(wh,)
+
Pixel:setDimensions(w,h)
 
</source>
 
</source>
'''w:''' (number) The new width ''''''<br/>
+
'''w''': (number) The new width ''''''<br/>
'''h:''' (number) The new height ''''''<br/>
+
'''h''': (number) The new height ''''''<br/>

Revision as of 11:21, 23 August 2018

Available since: Gideros 2016.06

Description

Sets both width and height of the Pixel.

 Pixel:setDimensions(w,h)

'w: (number) The new width '
'h: (number) The new height '