//Point posTexto; public DemosVisualesGDI(PictureBox pantalla) { fuente = new Font("Courier New", 10); //posTexto = new Point(10, 10); numero = 0; tVisual = new TextoVisual(10, 10, "El numero es: " + numero); pic = pantalla; imagen = new Bitmap(pic.Width, pic.Height); g = Graphics.FromImage(imagen); }