scale <mPath> by <mScale>
Apply a scale to a path.
An expression which evaluates to a list of numbers.
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 scale tPath by [2,2]
Scales mPath by mScale.