Beispiel #1
0
 private void DrawSkeletons()
 {
     foreach (var curve in curves)
     {
         MainCanvas.DrawSkeleton(curve);
     }
 }