[Contents] [Index] [Help] [Retrace] [browse <] [Browse >]


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