CanvasOperationTransform
Type
statement
Summary
Apply a transform to a canvas.
Syntax
transform <mCanvas> by <mTransform>
Description
Concatenates the transform of mCanvas with mTransform.
Parameters
Name | Type | Description |
---|---|---|
mTransform | An expression which evaluates to a transform. | |
mCanvas | An expression which evaluates to a canvas. |
Examples
// Scale the canvas with a transform
transform this canvas by transform with scale [2,2]