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