NAME
    PolyDraw -- Draw lines from table of (x,y) values.
SYNOPSIS
    PolyDraw( rp, count , array )
              a1   d0      a0
    void PolyDraw( struct RastPort *, WORD, WORD * );
FUNCTION
    starting with the first pair in the array, draw connected lines to
    it and every successive pair.
INPUTS
    rp - pointer to RastPort structure
    count -  number of (x,y) pairs in the array
    array - pointer to first (x,y) pair
BUGS
SEE ALSO
    Draw() Move() graphics/rastport.h
[Back to Amiga Developer Docs]