예제 #1
0
 public void DeselectAllShapes()
 {
     foreach (Shape SelectedShape in ShapesDrawn)
     {
         SelectedShape.Deselect();
     }
 }