Move Pen (Not in Base Package)

Changes the current pen location of a picture to the specified position or by the specified amount if the position is relative.

picture is the picture whose current pen location you want to move. It defaults to an empty picture.
new position is the point to which the pen moves in the new picture. If absolute coordinates? is TRUE, the pen moves to the absolute coordinate specified by new position. If absolute coordinates? is FALSE, the pen moves relative to the current pen location in picture.
x is the horizontal coordinate that increases to the right.
y is the vertical coordinate that increases to the bottom.
absolute coordinates? specifies whether the point new position is in absolute or relative coordinates. The default is absolute (TRUE).
new picture is the modified picture.