Example #1
0
 public void DrawImageUnscaled(Image image, int x, int y)
 {
     LibIGraph.DrawImageUnscaled(this.native, image.native, x, y);
 }