Difference between revisions of "Pixel:setDimensions"

From GiderosMobile
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Available since:''' Gideros 2016.06<br/>
=== <translate>Description</translate> ===
+
'''Class:''' [[Pixel]]<br/>
<translate>Sets both width and height of the Pixel.</translate>
+
 
<source lang="lua">
+
=== Description ===
Pixel:setDimensions(w,h)
+
Sets both width and height of the '''Pixel'''.
</source>
+
<syntaxhighlight lang="lua">
=== <translate>Parameters</translate> ===
+
Pixel:setDimensions(w,h)
'''w''': (number) <translate>The new width</translate> <br/>
+
</syntaxhighlight>
'''h''': (number) <translate>The new height</translate> <br/>
+
 
 +
=== Parameters ===
 +
'''w''': (number) the new Pixel width<br/>
 +
'''h''': (number) the new Pixel height<br/>
 +
 
 +
{{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