Esempio n. 1
0
 private void drawPixel(int x, int y)
 {
     drawingSurface.DrawPixel(x, y);
 }