mergAVAffineTransformSize

Typefunction
DictionaryLCS
LibraryLiveCode Script
Syntax
mergAVAffineTransformSize(<pTransform>, <pSize>)
Associationsmergav
Summary

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

Introduced8.0
OSios, mac
Platformsdesktop, mobile
Parameters
NameTypeDescription
pTransform

an affine transform as "a,d,c,d,tx,ty"

pSize

the size to be transformed in the form "width,height"

Values
NameTypeDescription
return

the transformed size.

Description

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

Tagsexternals