Pixel:setDimensions

From GiderosMobile
Revision as of 15:30, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

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