|
PROCEDURE LineReal*(x0, y0, x1, y1 : Real; color : Color; mode : LONGINT);
|
|
PROCEDURE LineReal*(x0, y0, x1, y1 : Real; color : Color; mode : LONGINT);
|
|
- Line(ENTIER(x0+0.5),ENTIER(y0+0.5),ENTIER(x1+0.5),ENTIER(y1+0.5),color,mode);
|
|
|
|
|
|
+ Line(ENTIER(x0),ENTIER(y0),ENTIER(x1),ENTIER(y1),color,mode);
|