Pixel:setDimensions
From GiderosMobile
Available since: Gideros 2016.06
Class: Pixel
Description
Sets both width and height of the Pixel. <syntaxhighlight lang="lua"> Pixel:setDimensions(w,h) </source>
Parameters
w: (number) the new width
h: (number) the new height