mergAVAffineTransformTranslate |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVAffineTransformTranslate(<pTransform>, <pTranslateX>, <pTranslateY>)
|
Associations | mergav |
Summary | This will return the affine transform moved by pTranslateX and
pTranslateY
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pTransform | | an affine transform as "a,d,c,d,tx,ty"
|
pTranslateX | | the value to move the x-axis.
|
pTranslateY | | the value to move the y-axis.
|
|
Values | Name | Type | Description |
---|
return | | an affine transform as "a,d,c,d,tx,ty"
|
|
Description | This will return the affine transform moved by pTranslateX and
pTranslateY
|
Tags | externals |