示例#1
0
 private void DrawUserPoints(PaintEventArgs e)
 {
     userPoints.Draw(e);
 }
示例#2
0
 private void DrawSelectedPoints(PaintEventArgs e)
 {
     selectedPoints.Draw(e);
 }
示例#3
0
 private void DrawAxisPoints(PaintEventArgs e)
 {
     axisPoints.Draw(e);
 }