public void DrawPixmap(LPixmap pix, float x, float y, Color c) { if (pix == null) { return; } UPos(x, y); InBegin(c); innterBatch.Draw(pix.Get(), postion, pix.Color); InEnd(); }