CanvasOperationRotate

Typestatement
DictionaryLCB
LibraryLiveCode Builder
Syntax
rotate <mCanvas> by <mRotation>
Associationscom.livecode.canvas
Summary

Apply a rotation to a canvas.

Parameters
NameTypeDescription
mRotation

An expression which evaluates to a number.

mCanvas

An expression which evaluates to a canvas.

Example
// Rotate the canvas
rotate this canvas by 45
Description

Rotates the transform of mCanvas by mRotation degrees.

Tagscanvas