Exemplo n.º 1
0
        private void button4_Click(object sender, EventArgs e)//DRAW
        {
            NeironUtill.clearImage(pictureBox1);
            NeironUtill.clearImage(pictureBox2);
            NeironUtill.clearImage(pictureBox3);

            pictureBox1.Image = NeironUtill.drawLitera(pictureBox1.Image, (String)comboBox1.SelectedItem);
        }