Difference between revisions of "Pixel:setDimensions"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''<translate>Available since</translate>:''' Gideros 2016.06<br/> | '''<translate>Available since</translate>:''' Gideros 2016.06<br/> | ||
+ | '''<translate>Class</translate>:''' [[Special:MyLanguage/Pixel|Pixel]]<br/> | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Sets both width and height of the Pixel.</translate> | <translate>Sets both width and height of the Pixel.</translate> |
Revision as of 09:29, 24 August 2018
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