translate <mPath> by <mTranslation>
Apply a translation 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 // Translate the path translate tPath by [50,100]
Translates mPath by mTranslation.