Difference between revisions of "Pixel:setDimensions"
From GiderosMobile
Line 6: | Line 6: | ||
Pixel:setDimensions(w,h) | Pixel:setDimensions(w,h) | ||
</source> | </source> | ||
− | '''w''': (number) The new width | + | === Parameters === |
− | '''h''': (number) The new height | + | '''w''': (number) The new width <br/> |
+ | '''h''': (number) The new height <br/> |
Revision as of 10:45, 23 August 2018
Available since: Gideros 2016.06
Description
Sets both width and height of the Pixel.
Pixel:setDimensions(w,h)
Parameters
w: (number) The new width
h: (number) The new height