Example #1
0
 public void SetPixel(int x, int y, Color color)
 {
     _fastPixel.SetPixel(new Point(x, y), color);
 }