示例#1
0
 private void DrawCurves(List <PointF> dataFile, Color color)
 {
     CanvasBackground.DrawCurve(dataFile, color);
     PCT_CANVAS.Image = CanvasBackground.Curves;
 }