瀏覽代碼

remove pen

TiReischl 6 年之前
父節點
當前提交
d674a518b7
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      SketchAssistant/SketchAssistant/Form1.cs

+ 0 - 2
SketchAssistant/SketchAssistant/Form1.cs

@@ -45,8 +45,6 @@ namespace SketchAssistant
         List<Tuple<bool,Line>> lineList = new List<Tuple<bool, Line>>();
         //Whether the Mouse is currently pressed in the rightPictureBox
         bool mousePressed = false;
-        //Pen used to draw graphics
-        Pen pen = new Pen(Color.White);
         //The Position of the Cursor in the right picture box
         Point currentCursorPosition;
         //The graphic representation of the right image