public clsLine(clsPoint d1, clsPoint d2) { D1 = d1; D2 = d2; }
public clsHinh() { d1 = new clsPoint(); d2 = new clsPoint(); }