Difference between revisions of "Pixel:setDimensions"

From GiderosMobile
(remove language stuff)
 
(2 intermediate revisions by one other user not shown)
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Sets both width and height of the '''Pixel'''.
 
Sets both width and height of the '''Pixel'''.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Pixel:setDimensions(w,h)
 
Pixel:setDimensions(w,h)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===
'''w''': (number) the new width<br/>
+
'''w''': (number) the new Pixel width<br/>
'''h''': (number) the new height<br/>
+
'''h''': (number) the new Pixel height<br/>
  
 
{{Pixel}}
 
{{Pixel}}

Latest revision as of 22:51, 7 November 2023

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 Pixel width
h: (number) the new Pixel height