public void ClearLine() { // 囲むまでに追加された座標リストを削除 _cursorPointsEntity.ClearCursorPoints(); // 囲みに使用した線の削除 _lineFactory.ClearLineViews(); }