TransformOperationMultiply | ||||||||||
Type | operator | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.canvas | |||||||||
Summary | Multiply two transforms together. | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Description | Returns the transform created by concatentating Left with Right Note:The order of the arguments is important when multiplying transforms. Left * Right can result in a different transform from Right * Left (in mathematical terms, transform multiplication is non-commutative). | |||||||||
Tags | canvas |