PatternMakeRotatedBy |
Type | operator |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | pattern with <mImage> rotated by <mRotation>
|
Associations | com.livecode.canvas |
Summary | Creates a new rotated pattern paint.
|
Parameters | Name | Type | Description |
---|
mImage | | An expression which evaluates to an image.
|
mRotation | | An expression which evaluates to a number of degrees.
|
|
Example |
variable tImage
put image from file "images/backgroundpattern.png" into tImage
variable tPaint
put pattern with tImage rotated by 90 into tPaint
|
Values | Name | Type | Description |
---|
return | | A new pattern paint based on mImage with the specified rotation applied.
|
|
Description | Creates a new rotated pattern paint.
|
Tags | canvas |