private void RemoveTool(DrawingTool tool) { tool.OnRemove(); DrawingTools.Remove(tool); Rectangle lRect = tool.Tracker.SurroundingRect; InvalidateRect(lRect); IsDirty = true; }