mergAVAffineTransformRect

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mergAVAffineTransformRect(<pTransform>, <pRect>)
Associationsmergav
Summary

This will apply the affine transform to a rect and return the result

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
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
NameTypeDescription
return

the transformed rect.

Description

This will apply the affine transform to a rect and return the result

Tagsexternals