Beispiel #1
0
 public void Text(int x, int y, int size, Color pixelColor, string text)
 {
     _nativeInstance.Text(x, y, size, pixelColor, text);
 }