TransformMakeTranslation |
Type | operator |
Dictionary | LCB |
Library | LiveCode Builder |
Syntax | transform with translation <mTranslation>
|
Associations | com.livecode.canvas |
Summary | Creates a new translation transform.
|
Parameters | Name | Type | Description |
---|
mTranslation | | An expression which evaluates to a list of 2 numbers, the x and y offsets of the translation.
|
|
Example |
variable tTransform
put transform with translation [50,100] into tTransform
|
Values | Name | Type | Description |
---|
return | | A new translation transform.
|
|
Description | Creates a new translation transform.
|
Tags | canvas |