Docs » Autodocs » graphics.library » PolyDraw
PolyDraw -- Draw lines from table of (x,y) values.
PolyDraw( rp, count , array ) a1 d0 a0 void PolyDraw( struct RastPort *, WORD, WORD * );
starting with the first pair in the array, draw connected lines to it and every successive pair.
rp - pointer to RastPort structure count - number of (x,y) pairs in the array array - pointer to first (x,y) pair
Draw(), Move(), <graphics/rastport.h>
|