Camfight.Player.drawLeft C# (CSharp) 메소드

drawLeft() 공개 메소드

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