Beispiel #1
0
 public void Plot(int x, int y, Color pixelColor)
 {
     _nativeInstance.Plot(x, y, pixelColor);
 }