Exemplo n.º 1
0
 public void CLEAR()
 {
     CanvasBoard.Invalidate();
     hasDrawn = false;
     points.CLEAR();
     vectors.Clear();
     GlobalDrawingIndex = 0;
 }
Exemplo n.º 2
0
 private void DeleteBtn_Click(object sender, EventArgs e)
 {
     //add the vector to a list and then delete the vector
     CanvasBoard.Invalidate();
     hasDrawn = false;
     points.CLEAR();
     vectors.Clear();
     GlobalDrawingIndex = 0;
 }