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