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