Ejemplo n.º 1
0
 // Draw Pixel
 public void drawPixel(int x, int y, Color color)
 {
     draw_prim.drawPixel(x, y, color);
 }