Exemplo n.º 1
0
 internal void ClickSelect(Shape clickedShape)
 {
     if ((Control.ModifierKeys & Keys.Control) == 0)
     {
         SelectedShapes.Clear();
     }
     if ((_focusShape = clickedShape) != null)
     {
         SelectedShapes.Toggle(_focusShape);
     }
     RecreateSelectionAdorners();
 }