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?...Clear(Color.White); Pen myPen = new Pen(Brushes...oPath.AddLine(new Point(10, 90), new Point(10, 10)); oPath.AddLine(new...