CanvasOperationTransform

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
transform <mCanvas> by <mTransform>
Associationscom.livecode.canvas
Summary

Apply a transform to a canvas.

Parameters
NameTypeDescription
mTransform

An expression which evaluates to a transform.

mCanvas

An expression which evaluates to a canvas.

Example
// Scale the canvas with a transform
transform this canvas by transform with scale [2,2]
Description

Concatenates the transform of mCanvas with mTransform.

Tagscanvas