Пример #1
0
 public D_IZ15()
 {
     this.InitializeComponent();
     colorPointList.Add(Point1);
     colorPointList.Add(Point2);
     colorPointList.Add(Point3);
     colorPointList.Add(Point4);
     LimoviCommon.pointColoring(PointList, colorPointList, Purpose);
 }
Пример #2
0
 public A()
 {
     this.InitializeComponent();
     colorPointList.Add(Point1);
     colorPointList.Add(Point2);
     colorPointList.Add(Point3);
     colorPointList.Add(Point4);
     colorPointList.Add(Point5);
     colorPointList.Add(Point6);
     colorPointList.Add(Point7);
     colorPointList.Add(Point8);
     colorPointList.Add(Point9);
     colorPointList.Add(Point10);
     colorPointList.Add(Point11);
     LimoviCommon.pointColoring(PointList, colorPointList, Purpose);
 }
Пример #3
0
 private void Button_Click_3(object sender, RoutedEventArgs e)
 {
     pointListTranslatedAndRotated = LimoviCommon.translateAndRotate(PointList, (Point)PointList[6], (Point)PointList[1]);
     //pointListTranslatedAndRotated = translateAndRotate(PointList, (Point)PointList[6], (Point)PointList[1]);
 }