Example #1
0
 public line(point p1, point p2)
 {
     base.X = p1.X;
     base.Y = p1.Y;
     Point  = p2;
 }
Example #2
0
 public line()
 {
     Point = new point();
 }