I am using the graphics path object to draw multiple lines, vertical and horizontal, how can I make the joins of these lines round? does the api support this?...AddLine(new Point(10, 90), new Point(10, 10)); oPath.AddLine(new...AddLine(new Point(10, 10), new Point(90, 10)); g.DrawPath(myPen...