Exemplo n.º 1
0
 private static void DrawPoints(PointType type, PointDrawer[] points, Graphics g)
 {
     for (int i = 0; i < points.GetLength(0); i++)
     {
         DrawPoint(type, points[i], g);
     }
 }