![[Contents]](../images/toc_d.gif) 
![[Index]](../images/index_d.gif) 
![[Help]](../images/help_d.gif) 
![[Retrace]](../images/retrace_d.gif) 
![[Browse <]](../images/prev.gif) 
![[Browse >]](../images/next.gif) 
NAME
    Move -- Move graphics pen position.
SYNOPSIS
    Move( rp,   x,    y)
          a1  d0:16 d1:16
    void Move( struct RastPort *, SHORT, SHORT );
FUNCTION
    Move graphics pen position to (x,y) relative to upper left (0,0)
    of RastPort. This sets the starting point for subsequent Draw()
    and Text() calls.
INPUTS
    rp - pointer to a RastPort structure
    x,y - point in the RastPort
RESULTS
BUGS
SEE ALSO
    Draw graphics/rastport.h