示例#1
0
        private void RemoveTool(DrawingTool tool)
        {
            tool.OnRemove();
            DrawingTools.Remove(tool);

            Rectangle lRect = tool.Tracker.SurroundingRect;

            InvalidateRect(lRect);
            IsDirty = true;
        }