Well it isn't much different for Lines. Create a line with the constructor: Line l = new Line(System.Drawing.Point p1, System.Drawing.Point p2) You can get the coordinates for the first point as shown in the tutorial using Map() and then the second point you can provide with the information you already have. It should hopefully be pretty self explanatory from there.
-Paul