Пример #1
0
 public PointsCapturedEventArgs(PointF[] Points)
 {
     this.Points = Points;
     this.CapturePoint = Points.FirstOrDefault();
 }