public line(point p1, point p2) { base.X = p1.X; base.Y = p1.Y; Point = p2; }
public line() { Point = new point(); }