add <mSource> to <mDest>
Extend a path by adding another path.
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 // Add another rectangle subpath to tPath add rectangle path of rectangle [110,10,310,60] to tPath
Adds the path defined by mSource to mDest.