예제 #1
0
파일: Form1.cs 프로젝트: Aigerim98/PT
 public Form1()
 {
     InitializeComponent();
     p = new Pen(Color.Black);
     drawer = new Drawer(pictureBox);
     trackBar1.Minimum = 1;
     trackBar1.Maximum = 10;
     //g = this.CreateGraphics();
 }
예제 #2
0
파일: Form1.cs 프로젝트: bulganbaev/PT2016
        public Form1()
        {
            InitializeComponent();
           
            drawer = new Paint.Drawer(pictureBox1);

            drawer.lpen.Color = Color.Black;
            drawer.color = Color.Black;
            drawer.rpen.Color = Color.White;
            button51.BackColor = Color.White;
            button50.BackColor = Color.Black;
        }
예제 #3
0
파일: Form1.cs 프로젝트: Temirbay/Projects
 public Form1()
 {
     InitializeComponent();
     drawer = new Drawer(pictureBox1);
 }