Difference between revisions of "Pixel:setDimensions"

From GiderosMobile
(remove language stuff)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2016.06<br/>
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Class:''' [[Pixel]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Pixel|Pixel]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Sets both width and height of the Pixel.</translate>
+
Sets both width and height of the '''Pixel'''.
 
<source lang="lua">
 
<source lang="lua">
Pixel:setDimensions(w,h)
+
Pixel:setDimensions(w,h)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''w''': (number) <translate>The new width</translate> <br/>
+
=== Parameters ===
'''h''': (number) <translate>The new height</translate> <br/>
+
'''w''': (number) the new width<br/>
 +
'''h''': (number) the new height<br/>
  
 
{{Pixel}}
 
{{Pixel}}

Revision as of 00:09, 4 February 2021

Available since: Gideros 2016.06
Class: Pixel

Description

Sets both width and height of the Pixel.

Pixel:setDimensions(w,h)

Parameters

w: (number) the new width
h: (number) the new height