Example #1
0
 public void Line(int x, int y, int tx, int ty, Color pixelColor)
 {
     _nativeInstance.Line(x, y, tx, ty, pixelColor);
 }