Ejemplo n.º 1
0
 private void CanvasDrew_Resize(object sender, EventArgs e)
 {
     GDC = CanvasDrew.CreateGraphics();
 }
Ejemplo n.º 2
0
        public Form1()
        {
            InitializeComponent();

            GDC = CanvasDrew.CreateGraphics();
        }