1个回答
展开全部
Winform?
在timer的tick事件中写
this.pictureBox1.Location=new Point(this.pictureBox1.Location.Left-10,this.pictureBox1.Location.Top-20);
试试?
在timer的tick事件中写
this.pictureBox1.Location=new Point(this.pictureBox1.Location.Left-10,this.pictureBox1.Location.Top-20);
试试?
更多追问追答
追问
不对的,没有任何反应
追答
搞错属性了
this.pictureBox1.Location = new Point(this.pictureBox1.Location.X - 10, this.pictureBox1.Location.Y - 10);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询