Difference between revisions of "Pixel:setDimensions"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
Pixel:setDimensions(w,h) | Pixel:setDimensions(w,h) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Revision as of 14:32, 13 July 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 width
h: (number) the new height