Difference between revisions of "Viewport:setTransform"

From GiderosMobile
Line 6: Line 6:
 
  Viewport:setTransform(transform)
 
  Viewport:setTransform(transform)
 
</source>
 
</source>
'''transform''': (Matrix) A Matrix object which will be applied to the content before display ''''''<br/>
+
=== Parameters ===
 +
'''transform''': (Matrix) A Matrix object which will be applied to the content before display <br/>

Revision as of 11:44, 23 August 2018

Available since: Gideros 2016.04

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