示例#1
0
 void del(CLpoint lpoint)
 {
     this.points.Remove(lpoint);
 }
示例#2
0
 void add(CLpoint lpoint)
 {
     this.points.Add(lpoint);
 }