예제 #1
0
 private void button5_Click(object sender, EventArgs e)
 {
     ClearWithout();
     write_axes();
     figure.reflection(comboBox2.SelectedItem.ToString());
     print_figure();
 }
예제 #2
0
        private void button5_Click(object sender, EventArgs e)
        {
            string axis = comboBox2.SelectedItem.ToString();

            pol.reflection(axis);
            Clear();
            print();
        }