see pics...
in the following code i try to modify the first line archor point
Print(lastDraw.Tag + " is tag of old line ");
DrawingTool ff= Draw.Line(this, lastDraw.Tag, true, Bars.GetTime(startBar), f1, Bars.GetTime(endBar), f2, Brushes.Red, DashStyleHelper.Dash, 2);
how i solve it? i want one line....and not the old and the new line

Comment