PatternOperationRotate |
Type | statement |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | rotate <mPattern> by <mRotation>
|
Associations | com.livecode.canvas |
Summary | Apply a rotation to a pattern.
|
Parameters | Name | Type | Description |
---|
mPattern | | An expression which evaluates to a pattern.
|
mRotation | | An expression which evaluates to a number of degrees.
|
|
Example |
variable tPattern
put pattern with image from file "images/pattern.png" into tPattern
rotate tPattern by 30
|
Description | Rotates the transform of mPattern by mRotation
|
Tags | canvas |