Exemplo n.º 1
0
 private void DrawUserPoints(PaintEventArgs e)
 {
     userPoints.Draw(e);
 }
Exemplo n.º 2
0
 private void DrawSelectedPoints(PaintEventArgs e)
 {
     selectedPoints.Draw(e);
 }
Exemplo n.º 3
0
 private void DrawAxisPoints(PaintEventArgs e)
 {
     axisPoints.Draw(e);
 }