int DrawLine(Draw draw,double xl,double yl,double xr,double yr,int cl)Not collective
draw | - the drawing context |
xl,yl,xr,yr | - the coordinates of the line endpoints |
cl | - the colors of the endpoints |
Location: src/draw/interface/dline.c
Graphics (Draw) Index
Table of Contents