예제 #1
0
파일: Storage.cs 프로젝트: mgrman/DGCLib
 public void AddPoint(PointF point)
 {
     InputPoints.Add(new GeoPoint(point.ToPointD(), PointColor.ToColorF(), PointSize));
 }