error = AreaMove( rp, x, y)
LONG AreaMove(
struct RastPort *, SHORT, SHORT );
Close the last polygon and start another polygon at (x,y). Add the necessary points to vector buffer. Closing a polygon may result in the generation of another
AreaDraw() to close previous polygon. Remember to have an initialized AreaInfo structure attached to the RastPort.