Пример #1
0
 public LineShape(Point startPoint, Point toPoint, Aperture aperture)
 {
     this.aperture   = aperture;
     this.toPoint    = toPoint;
     this.startPoint = startPoint;
 }
Пример #2
0
 public Flash_Region(List <Point> point, Aperture aperture)
 {
     this.aperture = aperture;
     this.point    = point;
 }
Пример #3
0
 public Flash(Point point, Aperture aperture)
 {
     this.point    = point;
     this.aperture = aperture;
 }