private void DrawCurves() { foreach (var curve in curves) { MainCanvas.DrawCurve(curve, drawingOptions.Precision); } }