Difference between revisions of "Viewport:setTransform"
From GiderosMobile
Line 10: | Line 10: | ||
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''transform''': (Matrix) <translate>A Matrix object which will be applied to the content before display</translate> <br/> | '''transform''': (Matrix) <translate>A Matrix object which will be applied to the content before display</translate> <br/> | ||
+ | |||
+ | {{Viewport}} |
Revision as of 02:55, 4 December 2019
Available since: Gideros 2016.04
Class: Viewport
Description
Specify a matrix by which the content will be transformed before being displayed.
Viewport:setTransform(transform)
Parameters
transform: (Matrix) A Matrix object which will be applied to the content before display