private void ButtonLimpiar_Click(object sender, EventArgs e) { TextBoxX.Clear(); TextBoxY.Clear(); TextBoxX.Focus(); PictureBoxPizarra.Image = null; }