Docs » Autodocs » graphics.library » Draw
Draw -- Draw a line between the current pen position and the new x,y position.
Draw( rp, x, y) a1 d0:16 d1:16 void Draw( struct RastPort *, SHORT, SHORT);
Draw a line from the current pen position to (x,y).
rp - pointer to the destination RastPort x,y - coordinates of where in the RastPort to end the line.
Move(), <graphics/rastport.h>
|