Results 1 to 1 of 1
Does anyone know if there is a way to draw a series of lines with X11, similar to XDrawLines, where intermediate points are joined but coincident endpoints are not? Basically ...
- 07-09-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 1
XDrawLines()
Does anyone know if there is a way to draw a series of lines with X11, similar to XDrawLines, where intermediate points are joined but coincident endpoints are not? Basically I want something that behaves exactly as XDrawLines() but will not use the join style on the first point and last point, even if they are at the same coordinates.


Reply With Quote