OSDN Git Service

選択領域の表示時の処理を最適化した
[fooeditengine/FooEditEngine.git] / Metro / FooEditEngine / Direct2D / D2DRenderBase.cs
index 17f56d6..709cd6d 100644 (file)
@@ -156,13 +156,13 @@ namespace FooEditEngine
             return false;
         }
 
-        public void DrawOneLine(LineToIndexTable lti, int row, double x, double y, IEnumerable<Selection> SelectRanges)
+        public void DrawOneLine(Document doc,LineToIndexTable lti, int row, double x, double y)
         {
-            this.DrawOneLine(lti,
+            this.DrawOneLine(doc,
+                lti,
                 row,
                 x,
                 y,
-                SelectRanges,
                 this.PreDrawOneLine);
         }
     }