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

            GDC = CanvasDrew.CreateGraphics();
        }