示例#1
0
 public void AddPoint(double x, double y)
 {
     impl.AddPoint(Native, x, y);
 }