TransformMakeRotation

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
transform with rotation by <mRotation>
Associationscom.livecode.canvas
Summary

Creates a new rotation transform value.

Parameters
NameTypeDescription
mRotation

An expression which evaluates to a number, the number of degrees of the rotation.

Example
// Create 30 degree rotation transform
variable tTransform
put transform with rotation by 30 into tTransform
Values
NameTypeDescription
return

A new rotation transform.

Description

Creates a new rotation transform value.

Tagscanvas