Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
graphics.library
NAME
Draw
Draw a line between the current pen position and the new x,y position.
SYNOPSIS
Draw( rp, x, y)
a1 d0:16 d1:16
void Draw( struct RastPort *, SHORT, SHORT);
FUNCTION
Draw a line from the current pen position to (x,y).
INPUTS
rp
pointer to the destination RastPort
x
see next
y
coordinates of where in the RastPort to end the line.
SEE ALSO
Move()
graphics/rastport.h