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