create line in canvas widget object

Solutions on MaxInterview for create line in canvas widget object by the best coders in the world

showing results for - "create line in canvas widget object"
Jules
10 Mar 2016
1    id = C.create_line(x0, y0, x1, y1, ..., xn, yn, option, ...)
2