Camfight.Player.drawLeft C# (CSharp) Méthode

drawLeft() public méthode

public drawLeft ( Graphics g, int px, int py ) : void
g System.Drawing.Graphics
px int
py int
Résultat void
        public void drawLeft(Graphics g, int px, int py)
        {
            g.DrawImage(player[10], new Rectangle(px, py, 160, 160));
        }