1. Les formes de base
1.1 Fonctions
- point(x,y)
- line(x1,y1,x2,y2)
- rect(x,y,w,h,[tl],[tr],[br],[bl])
- ellipse(x,y,w,[h])
- arc(a,b,c,d,start,stop,[mode]) start, stop : 0 .. PI(3.14) .. TWO_PI(6.28) en radians
- triangle(x1,y1,x2,y2,x3,y3)
- Polygone:
- Polygone de courbes:
1.2 Exemple