mergAVAffineTransformMakeScale |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVAffineTransformMakeScale(<pScaleX>, <pScaleY>)
|
Associations | mergav |
Summary | This will return the affine transform identity scaled by pScaleX and
pScaleY
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pScaleX | | the scale to apply in the X direction where 1 makes no chage
and 2 doubles the size.
|
pScaleY | | the scale to apply in the Y direction where 1 makes no chage
and 2 doubles the size.
|
|
Values | Name | Type | Description |
---|
return | | an affine transform as "a,d,c,d,tx,ty"
|
|
Description | This will return the affine transform identity scaled by pScaleX and
pScaleY
|
Tags | externals |