mergAVAffineTransformRect |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergAVAffineTransformRect(<pTransform>, <pRect>)
|
Associations | mergav |
Summary | This will apply the affine transform to a rect and return the result
|
Introduced | 8.0 |
OS | ios, mac |
Platforms | desktop, mobile |
Parameters | Name | Type | Description |
---|
pTransform | | an affine transform as "a,d,c,d,tx,ty"
|
pRect | | the rect to be transformed in the form "left,top,right,bottom"
|
|
Values | Name | Type | Description |
---|
return | | the transformed rect.
|
|
Description | This will apply the affine transform to a rect and return the result
|
Tags | externals |