transform <mPath> by <mTransform>
Apply a transform to a path.
An expression which evaluates to a transform.
An expression which evaluates to a path.
// Create a rectangle path variable tPath as Path put rectangle path of rectangle [10,10,210,60] into tPath // Scale the path with a transform transform tPath by transform with scale [2,2]
Transforms the points of mPath with mTransform.