private void DrawBoundingBoxes() { foreach (var curve in curves) { MainCanvas.DrawBoundingBox(curve); } }