|
Paint a polygon, optional white, black or not filled call qqpoly (npolygon, polygon)
Paint a bow call qqbow (x,y)
Paint a curve call qqcurve (x,y,xnext,ynext)
Paint a Bezier curve call qqbezier (w1, r1, x1, y1, w2, r2, x2, y2) call qqbezie2(x1, y1, x1, y1, x2, y2, x2, y2)
Paint a curve along defined coordinates call qqcotton(x, y, nxy)
Move call qqmove (x,y)
Paint a text call qqfont1 (x,y,size,text)
Pant a number call qqifont1 (x,y,size,number,length) call qqrfont1 (x,y,size,number,length,decimals) call qqdfont1 (x,y,size,number,length,decimals)
Paint a circle call qqcircle (a1,a2,x,y,r1,r2)
Rotation call qqrotate (x,y,w)
Finish. Write the file call qqclose
(Quasi-) random number n=qqrandom (i)
|