Home  /  Autodocs  /  graphics.library

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
see next

y
point in the RastPort

SEE ALSO

Draw() <graphics/rastport.h>