Camfight.Player.drawRight C# (CSharp) Method

drawRight() public method

public drawRight ( Graphics g, int px, int py ) : void
g System.Drawing.Graphics
px int
py int
return void
        public void drawRight(Graphics g, int px, int py)
        {
            g.DrawImage(player[11], new Rectangle(px, py, 160, 160));
        }