Пример #1
0
 public void AddPoint(PointF point)
 {
     InputPoints.Add(new GeoPoint(point.ToPointD(), PointColor.ToColorF(), PointSize));
 }