Docs » Autodocs » graphics.library » Move
Move -- Move graphics pen position.
Move( rp, x, y) a1 d0:16 d1:16 void Move( struct RastPort *, SHORT, SHORT );
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.
rp - pointer to a RastPort structure x,y - point in the RastPort
Draw(), <graphics/rastport.h>
|