소스 검색

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