TransformMakeRotation |
Type | operator |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | transform with rotation by <mRotation>
|
Associations | com.livecode.canvas |
Summary | Creates a new rotation transform value.
|
Parameters | Name | Type | Description |
---|
mRotation | | An expression which evaluates to a number, the number of degrees of the rotation.
|
|
Example |
variable tTransform
put transform with rotation by 30 into tTransform
|
Values | Name | Type | Description |
---|
return | | A new rotation transform.
|
|
Description | Creates a new rotation transform value.
|
Tags | canvas |