rotate <mPath> by <mRotation>
Apply a rotation to a path.
An expression which evaluates to a number.
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 // Rotate the path rotate tPath by 45
Rotates mPath by mRotation degrees.